Skip to content

Commit f50ed00

Browse files
Update test cases to reflect changes in libgit2 test fixtures.
1 parent 2e9db5c commit f50ed00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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)