mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Update libgit2 to 0.27.7
This commit is contained in:
parent
08d03fac7c
commit
6d7cde7fe7
2
External/libgit2
vendored
2
External/libgit2
vendored
@ -1 +1 @@
|
||||
Subproject commit 4cf1ec7cff28da8838a2f0a9fb330e312ea3f963
|
||||
Subproject commit f23dc5b29f1394928a940d7ec447f4bfd53dad1f
|
||||
@ -23,7 +23,7 @@ class RepositorySpec: QuickSpec {
|
||||
let url = URL(fileURLWithPath: "blah")
|
||||
let result = Repository.at(url)
|
||||
expect(result.error?.domain) == libGit2ErrorDomain
|
||||
expect(result.error?.localizedDescription).to(match("Failed to resolve path"))
|
||||
expect(result.error?.localizedDescription).to(match("failed to resolve path"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user