We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3423d65 commit 9c1e408Copy full SHA for 9c1e408
1 file changed
Tests/LinuxMain.swift
@@ -10,7 +10,7 @@ extension ByteReaderTests {
10
static var allTests: [(String, (ByteReaderTests) -> () throws -> Void)] {
11
return [
12
("testByte", testByte),
13
- ("testAtTheEnd", testAtTheEnd),
+ ("testIsFinished", testIsFinished),
14
("testBytes", testBytes),
15
("testUint64", testUint64),
16
("testUint32", testUint32),
0 commit comments