Skip to content

Commit 8a9d904

Browse files
Merge pull request #640 from libgit2/arthur/upgrade-libgit2
Upgrade to latest libgit2
2 parents 393abc3 + f50ed00 commit 8a9d904

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/repo_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ def test_garbage_collection
141141
end
142142

143143
def test_enumerate_all_objects
144-
assert_equal 1687, @repo.each_id.count
144+
assert_equal 1700, @repo.each_id.count
145145
end
146146

147147
def test_loading_alternates
148148
alt_path = File.dirname(__FILE__) + '/fixtures/alternate/objects'
149149
repo = Rugged::Repository.new(@repo.path, :alternates => [alt_path])
150150

151-
assert_equal 1690, repo.each_id.count
151+
assert_equal 1703, repo.each_id.count
152152
assert repo.read('146ae76773c91e3b1d00cf7a338ec55ae58297e2')
153153
end
154154

0 commit comments

Comments
 (0)