diff --git a/dht-node/src/dht_node/index.test.ts b/dht-node/src/dht_node/index.test.ts index 964c1e273..343fe7ec7 100644 --- a/dht-node/src/dht_node/index.test.ts +++ b/dht-node/src/dht_node/index.test.ts @@ -95,7 +95,7 @@ let con: any let testEnv: any beforeAll(async () => { - testEnv = await testEnvironment(logger) + testEnv = await testEnvironment() con = testEnv.con await cleanDB() })