We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4b650 commit 10c28e4Copy full SHA for 10c28e4
Tests/BinaryKitTests/BinaryKitTests.swift
@@ -349,5 +349,6 @@ final class BinaryKitTests: XCTestCase {
349
("testWrite", testWrite),
350
("testWriteInt", testWriteInt),
351
("testLongBits", testLongBits),
352
+ ("testSignedBits", testSignedBits),
353
]
354
}
0 commit comments