Skip to content

Commit 919477a

Browse files
test
1 parent a99e9ed commit 919477a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/tests/stream.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe(
1515
/**
1616
* Declares a test to be executed with different generated db functions
1717
*/
18-
const itWithGenerators = async (
18+
const itWithGenerators = (
1919
name: string,
2020
test: (createConnectedDatabase: () => ReturnType<typeof generateConnectedDatabase>) => Promise<void>
2121
) => {

0 commit comments

Comments
 (0)