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:
|
if paramCount() == 0 or not debugMode:
|
||||||
# run all test fixtures
|
# run all test fixtures
|
||||||
suite "generalstate json tests":
|
suite "generalstate json tests":
|
||||||
jsonTest("GeneralStateTests", testFixture)
|
jsonTest("GeneralStateTests", testFixture)
|
||||||
suite "new generalstate json tests":
|
suite "new generalstate json tests":
|
||||||
jsonTest("newGeneralStateTests", testFixture)
|
jsonTest("newGeneralStateTests", testFixture)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue