Skip to content

Commit c82f392

Browse files
author
Votre Nom
committed
fixes
1 parent fc25c2c commit c82f392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/test/api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async function sleep(ms: number): Promise<void> {
140140
});
141141
}
142142

143-
async function withConnection(
143+
export async function withConnection(
144144
fn: (connection: DuckDBConnection) => Promise<void>
145145
) {
146146
const instance = await DuckDBInstance.create();

0 commit comments

Comments
 (0)