cosmetic change
This commit is contained in:
parent
40411aef5a
commit
493583b7f4
|
@ -20,9 +20,6 @@ proc configForTests() =
|
|||
--run
|
||||
--forceBuild
|
||||
--threads: on
|
||||
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
||||
if hostOS == "windows":
|
||||
--define: "chronicles_colors=NoColors"
|
||||
|
||||
task test, "run tests":
|
||||
configForTests()
|
||||
|
|
|
@ -117,7 +117,7 @@ s.rpc("rpc.optInObj") do(data: string, options: Option[MaybeOptions]) -> int:
|
|||
if o.o1.isSome: result += 1
|
||||
if o.o2.isSome: result += 2
|
||||
if o.o3.isSome: result += 4
|
||||
|
||||
|
||||
# Tests
|
||||
suite "Server types":
|
||||
test "On macro registration":
|
||||
|
|
Loading…
Reference in New Issue