Skip to content

Commit 084287c

Browse files
oops
1 parent acd4bea commit 084287c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/module-mongodb/test/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const INITIALIZED_MONGO_STORAGE_FACTORY = mongo_storage.test_utils.mongoT
1919
isCI: env.CI
2020
});
2121

22-
export const INITIALIZED_POSTGRES_STORAGE_FACTORY = postgres_storage.PostgresTestStorageFactoryGenerator({
22+
export const INITIALIZED_POSTGRES_STORAGE_FACTORY = postgres_storage.test_utils.postgresTestStorageFactoryGenerator({
2323
url: env.PG_STORAGE_TEST_URL
2424
});
2525

modules/module-mysql/test/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const INITIALIZED_MONGO_STORAGE_FACTORY = mongo_storage.test_utils.mongoT
2424
isCI: env.CI
2525
});
2626

27-
export const INITIALIZED_POSTGRES_STORAGE_FACTORY = postgres_storage.PostgresTestStorageFactoryGenerator({
27+
export const INITIALIZED_POSTGRES_STORAGE_FACTORY = postgres_storage.test_utils.postgresTestStorageFactoryGenerator({
2828
url: env.PG_STORAGE_TEST_URL
2929
});
3030

0 commit comments

Comments
 (0)