Skip to content

Commit add6445

Browse files
committed
Revert "new instantce"
This reverts commit 7768c7b.
1 parent 7768c7b commit add6445

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/test/integration/credentials.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,7 @@ 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(
140-
config,
141-
database,
142-
undefined,
143-
undefined,
144-
undefined,
145-
true
146-
)
139+
oceanNode = await OceanNode.getInstance(config, database)
147140
const indexer = new OceanIndexer(database, config.indexingNetworks)
148141
oceanNode.addIndexer(indexer)
149142
await oceanNode.addC2DEngines()

0 commit comments

Comments
 (0)