Skip to content

Commit b5991e8

Browse files
committed
debug
1 parent 2a7fd8d commit b5991e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/test/unit/networking.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,13 @@ describe('Test rate limitations and deny list settings', () => {
148148
]
149149
)
150150
envOverrides = await setupEnvironment(TEST_ENV_CONFIG_FILE, envOverrides)
151+
console.log(envOverrides)
151152
const config = await getConfiguration(true)
153+
console.log(config)
152154
const keyManager = new KeyManager(config)
153155
const p2pNode = new OceanP2P(config, keyManager)
154156
await p2pNode.start()
157+
155158
node = OceanNode.getInstance(config, null, p2pNode, null, null, null, null, true)
156159
})
157160

0 commit comments

Comments
 (0)