Skip to content

Commit c846af2

Browse files
authored
Inessential test change to test CI
1 parent 44364f7 commit c846af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_skipHook.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ type
1212
proc skipHook(T: typedesc[Foo], key: static string): bool =
1313
key in ["password", "conn"]
1414

15-
let v = Foo(a:1, password: "12345", b:0.5, conn: Conn(id: 1))
15+
let v = Foo(a:1, password: "12345", b:0.6, conn: Conn(id: 1))
1616
doAssert v.toJson() ==
17-
"""{"a":1,"b":0.5}"""
17+
"""{"a":1,"b":0.6}"""

0 commit comments

Comments
 (0)