Skip to content

Commit

Permalink
Update VersionTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
minuscorp committed Dec 19, 2019
1 parent c45a6b9 commit abae15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ModuleInterfaceTests/VersionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class VersionCommandTests: XCTestCase {
}
let outputData = pipe.fileHandleForReading.readDataToEndOfFile()
let output = String(decoding: outputData, as: UTF8.self).trimmingCharacters(in: .newlines)
XCTAssertEqual(output, "ModuleInterface v0.0.3")
XCTAssertEqual(output, "ModuleInterface v0.0.4")
}

}

0 comments on commit abae15b

Please sign in to comment.