mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-05 23:13:09 +00:00
clean up
This commit is contained in:
parent
d2be32f7b0
commit
985d1243be
@ -123,7 +123,6 @@ template multinodesuite*(name: string, body: untyped) =
|
|||||||
|
|
||||||
let port = await nextFreePort(HardhatPort)
|
let port = await nextFreePort(HardhatPort)
|
||||||
jsonRpcProviderUrl.updatePort(port)
|
jsonRpcProviderUrl.updatePort(port)
|
||||||
trace "updated jsonRpcProviderUrl", jsonRpcProviderUrl
|
|
||||||
args.add("--port")
|
args.add("--port")
|
||||||
args.add($port)
|
args.add($port)
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +1,3 @@
|
|||||||
# import ./integration/testcli
|
|
||||||
# import ./integration/testrestapi
|
|
||||||
# import ./integration/testrestapivalidation
|
|
||||||
# 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 std/terminal
|
||||||
import pkg/chronos
|
import pkg/chronos
|
||||||
import pkg/codex/logutils
|
import pkg/codex/logutils
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user