mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Remove warnings that causes CI to fail
This commit is contained in:
parent
aa9f066e04
commit
915b07f4a9
@ -608,7 +608,7 @@ class RepositorySpec: QuickSpec {
|
||||
var count = 0
|
||||
let expected = 9
|
||||
for branch in branches {
|
||||
while let commit = repo.commits(in: branch).next() {
|
||||
while repo.commits(in: branch).next() != nil {
|
||||
count += 1
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user