Skip to content

Commit

Permalink
test: change afterAll for afterEach
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Jul 17, 2024
1 parent 0ee1757 commit fa0b6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/test/metrics.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe("MetricsController (e2e)", () => {
await app.init();
});

afterAll(async () => {
afterEach(async () => {
await app.close();
});

Expand Down

0 comments on commit fa0b6f6

Please sign in to comment.