Skip to content

Commit 9c1e408

Browse files
committed
Fix name of ByteReader's test on linux
1 parent 3423d65 commit 9c1e408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/LinuxMain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extension ByteReaderTests {
1010
static var allTests: [(String, (ByteReaderTests) -> () throws -> Void)] {
1111
return [
1212
("testByte", testByte),
13-
("testAtTheEnd", testAtTheEnd),
13+
("testIsFinished", testIsFinished),
1414
("testBytes", testBytes),
1515
("testUint64", testUint64),
1616
("testUint32", testUint32),

0 commit comments

Comments
 (0)