Skip to content

Commit abae15b

Browse files
authored
Update VersionTests.swift
1 parent c45a6b9 commit abae15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ModuleInterfaceTests/VersionTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class VersionCommandTests: XCTestCase {
1616
}
1717
let outputData = pipe.fileHandleForReading.readDataToEndOfFile()
1818
let output = String(decoding: outputData, as: UTF8.self).trimmingCharacters(in: .newlines)
19-
XCTAssertEqual(output, "ModuleInterface v0.0.3")
19+
XCTAssertEqual(output, "ModuleInterface v0.0.4")
2020
}
2121

2222
}

0 commit comments

Comments
 (0)