Skip to content

Commit 10c28e4

Browse files
committed
Add testSignedBits to allTests
1 parent fa4b650 commit 10c28e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/BinaryKitTests/BinaryKitTests.swift

+1
Original file line numberDiff line numberDiff line change
@@ -349,5 +349,6 @@ final class BinaryKitTests: XCTestCase {
349349
("testWrite", testWrite),
350350
("testWriteInt", testWriteInt),
351351
("testLongBits", testLongBits),
352+
("testSignedBits", testSignedBits),
352353
]
353354
}

0 commit comments

Comments
 (0)