Skip to content

Commit 77b83ac

Browse files
committed
There are now 22 refs in the test repo
We brought in an updated libgit2 whose test repo gained a ref.
1 parent 4681739 commit 77b83ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/repo_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_match_all_refs
8787
def test_return_all_ref_names
8888
refs = @repo.ref_names
8989
refs.each {|name| assert name.kind_of?(String)}
90-
assert_equal 21, refs.count
90+
assert_equal 22, refs.count
9191
end
9292

9393
def test_return_all_tags

0 commit comments

Comments
 (0)