Skip to content

Commit 2f192be

Browse files
committed
fix: add missing await in test
1 parent 0154a61 commit 2f192be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/tests/api/rest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2561,7 +2561,7 @@ describe('REST server tests', () => {
25612561
});
25622562

25632563
afterAll(async () => {
2564-
dropPostgresDb(dbName);
2564+
await dropPostgresDb(dbName);
25652565
});
25662566

25672567
it('POST', async () => {

0 commit comments

Comments
 (0)