Skip to content

Commit c383123

Browse files
Fix test case.
1 parent f98dc1d commit c383123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odb_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ def test_each
2121

2222
ids = []
2323
refdb.each { |id| ids << id }
24-
assert_equal 90, ids.length
24+
assert_equal 31, ids.length
2525
end
2626
end

0 commit comments

Comments
 (0)