Skip to content

Commit 9ee668e

Browse files
committed
fix type issue
1 parent 83e576c commit 9ee668e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared-tests/src/tests/adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export function runTests<TDatabase = unknown>(ctx: SharedTestContext<TDatabase>)
217217
})
218218
})
219219

220-
describe("Result storage", async () => {
220+
describe("Result storage", () => {
221221
it("should store job result when job completes", async () => {
222222
const job = await adapter.addJob({
223223
name: "test-job",

0 commit comments

Comments
 (0)