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 2e9db5c commit f50ed00Copy full SHA for f50ed00
test/repo_test.rb
@@ -141,14 +141,14 @@ def test_garbage_collection
141
end
142
143
def test_enumerate_all_objects
144
- assert_equal 1687, @repo.each_id.count
+ assert_equal 1700, @repo.each_id.count
145
146
147
def test_loading_alternates
148
alt_path = File.dirname(__FILE__) + '/fixtures/alternate/objects'
149
repo = Rugged::Repository.new(@repo.path, :alternates => [alt_path])
150
151
- assert_equal 1690, repo.each_id.count
+ assert_equal 1703, repo.each_id.count
152
assert repo.read('146ae76773c91e3b1d00cf7a338ec55ae58297e2')
153
154
0 commit comments