fixes indentation
This commit is contained in:
parent
0d743dc468
commit
d944138e63
|
@ -179,7 +179,7 @@ proc generalStateJsonMain*(debugMode = false) =
|
|||
if paramCount() == 0 or not debugMode:
|
||||
# run all test fixtures
|
||||
suite "generalstate json tests":
|
||||
jsonTest("GeneralStateTests", testFixture)
|
||||
jsonTest("GeneralStateTests", testFixture)
|
||||
suite "new generalstate json tests":
|
||||
jsonTest("newGeneralStateTests", testFixture)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue