Skip to content

Commit 952fbcf

Browse files
Fix test case.
1 parent 3a50a48 commit 952fbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/refdb_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_custom_backend
2929
refdb = Rugged::Refdb.new(@repo)
3030

3131
compress_calls = 0
32-
backend = TestBackend.new(@repo)
32+
backend = Rugged::Refdb::Backend::Custom.new(@repo)
3333
backend.send(:define_singleton_method, :compress) do
3434
compress_calls += 1
3535
end

0 commit comments

Comments
 (0)