We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45a6b9 commit abae15bCopy full SHA for abae15b
Tests/ModuleInterfaceTests/VersionTests.swift
@@ -16,7 +16,7 @@ class VersionCommandTests: XCTestCase {
16
}
17
let outputData = pipe.fileHandleForReading.readDataToEndOfFile()
18
let output = String(decoding: outputData, as: UTF8.self).trimmingCharacters(in: .newlines)
19
- XCTAssertEqual(output, "ModuleInterface v0.0.3")
+ XCTAssertEqual(output, "ModuleInterface v0.0.4")
20
21
22
0 commit comments