Skip to content

Commit

Permalink
dont throw error in test afterAll function
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jun 18, 2024
1 parent 10c1dd5 commit 2e42ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/__tests__/api_update_query_status_route.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("POST updateStatus API Route Integration Test", () => {
.eq("query_uuid", testQueryUUID);

if (error) {
throw error;
console.error("Cleanup database failed:", error);
}
});

Expand Down

0 comments on commit 2e42ed1

Please sign in to comment.