This commit is contained in:
2023-03-14 16:23:16 -04:00
parent 37f3bfde62
commit 78bfa7863a
18 changed files with 237 additions and 217 deletions

View File

@@ -35,8 +35,8 @@ final class GitVersionTests: XCTestCase {
// can't really have a predictable result for the live client.
XCTAssertNotEqual(version, "blob")
let other = try versionClient.currentVersion()
XCTAssertEqual(version, other)
// let other = try versionClient.currentVersion()
// XCTAssertEqual(version, other)
})
}