Skip to content

Commit

Permalink
Adjust to some libgit2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Jan 31, 2024
1 parent 122f030 commit 71d1047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/repo_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ def test_clone_with_update_tips_callback

repo = Rugged::Repository.clone_at(@source_path, @tmppath, {
update_tips: lambda { |refname, a, b|
# The library seems to be sending us no-op updates
next if a == b
calls += 1
updated_tips[refname] = [a, b]
}
Expand Down

0 comments on commit 71d1047

Please sign in to comment.