mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
fix test dir name
This commit is contained in:
parent
fb4d3a57c7
commit
ea38893416
3031
newBlockChainTests.md
Normal file
3031
newBlockChainTests.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +0,0 @@
|
||||
newBlockchainTests
|
||||
===
|
||||
|
||||
---TOTAL---
|
||||
OK: 0/0 Fail: 0/0 Skip: 0/0
|
@ -679,7 +679,7 @@ proc blockchainJsonMain*(debugMode = false) =
|
||||
suite "block chain json tests":
|
||||
jsonTest("BlockchainTests", testFixture, skipBCTests)
|
||||
suite "new block chain json tests":
|
||||
jsonTest("newBlockchainTests", testFixture, skipNewBCTests)
|
||||
jsonTest("newBlockChainTests", testFixture, skipNewBCTests)
|
||||
else:
|
||||
# execute single test in debug mode
|
||||
let config = getConfiguration()
|
||||
|
Loading…
x
Reference in New Issue
Block a user