File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments