Skip to content

Commit

Permalink
Fix misplaced await
Browse files Browse the repository at this point in the history
  • Loading branch information
lemilonkh committed Mar 22, 2024
1 parent 54a7de4 commit afc072e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/api/inventory_value.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
} from "@jest/globals";

import {
await expectStatusCode,
expectStatusCode,
mockRequest,
setupTests,
testUserID,
Expand Down

0 comments on commit afc072e

Please sign in to comment.