mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-03 16:44:05 +00:00
clean up
This commit is contained in:
parent
1b8d6fea11
commit
57dc968486
@ -120,7 +120,6 @@ template multinodesuite*(name: string, body: untyped) =
|
||||
|
||||
let port = await nextFreePort(HardhatPort)
|
||||
jsonRpcProviderUrl.updatePort(port)
|
||||
trace "updated jsonRpcProviderUrl", jsonRpcProviderUrl
|
||||
args.add("--port")
|
||||
args.add($port)
|
||||
|
||||
|
@ -1,14 +1,3 @@
|
||||
# import ./integration/testcli
|
||||
# import ./integration/testrestapi
|
||||
# import ./integration/testupdownload
|
||||
# import ./integration/testsales
|
||||
# import ./integration/testpurchasing
|
||||
# import ./integration/testblockexpiration
|
||||
# import ./integration/testmarketplace
|
||||
# import ./integration/testproofs
|
||||
# import ./integration/testvalidator
|
||||
# import ./integration/testecbug
|
||||
|
||||
import std/terminal
|
||||
import pkg/chronos
|
||||
import pkg/codex/logutils
|
||||
|
Loading…
x
Reference in New Issue
Block a user