We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122f030 commit 71d1047Copy full SHA for 71d1047
test/repo_test.rb
@@ -580,6 +580,8 @@ def test_clone_with_update_tips_callback
580
581
repo = Rugged::Repository.clone_at(@source_path, @tmppath, {
582
update_tips: lambda { |refname, a, b|
583
+ # The library seems to be sending us no-op updates
584
+ next if a == b
585
calls += 1
586
updated_tips[refname] = [a, b]
587
}
0 commit comments