Skip to content

Commit 7768c7b

Browse files
committed
new instantce
1 parent 1f8d2c8 commit 7768c7b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/test/integration/credentials.test.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,14 @@ describe('[Credentials Flow] - Should run a complete node flow.', () => {
136136

137137
config = await getConfiguration(true) // Force reload the configuration
138138
const database = await Database.init(config.dbConfig)
139-
oceanNode = await OceanNode.getInstance(config, database)
139+
oceanNode = await OceanNode.getInstance(
140+
config,
141+
database,
142+
undefined,
143+
undefined,
144+
undefined,
145+
true
146+
)
140147
const indexer = new OceanIndexer(database, config.indexingNetworks)
141148
oceanNode.addIndexer(indexer)
142149
await oceanNode.addC2DEngines()

0 commit comments

Comments
 (0)