Skip to content

Commit 9e84d49

Browse files
cleanup
1 parent 3d563fc commit 9e84d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/tests/utils/testDb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const testSchema = new Schema({ assets, customers });
2626
export const generateTestDb = (options?: WebPowerSyncDatabaseOptions) => {
2727
const resolvedOptions = options ?? {
2828
database: {
29-
dbFilename: `test-${uuid()}.db`
29+
dbFilename: `${uuid()}.db`
3030
},
3131
schema: testSchema,
3232
flags: {

0 commit comments

Comments
 (0)