fix test dir name

This commit is contained in:
Ștefan Talpalaru 2020-01-31 22:53:28 +01:00
parent fb4d3a57c7
commit ea38893416
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
3 changed files with 3032 additions and 6 deletions

3031
newBlockChainTests.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
newBlockchainTests
===
---TOTAL---
OK: 0/0 Fail: 0/0 Skip: 0/0

View File

@ -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()