Skip to content

Commit 76cbc69

Browse files
committed
test coverage
1 parent b30fa63 commit 76cbc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/unsigned/test.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Unsigned : StringSpec() {
8282
Ulong(Ulong.MAX_VALUE).v.toString() shouldBe "-1"
8383
Ulong(Ulong.MAX_VALUE).toString() shouldBe "18446744073709551615"
8484

85-
println((-71777214294589696L).toBinaryString())
85+
(-71777214294589696L).toBinaryString() shouldBe "1111111100000000111111110000000011111111000000001111111100000000"
8686
}
8787
}
8888
}

0 commit comments

Comments
 (0)