Skip to content

Commit a9eb55f

Browse files
committed
Fixed CI
1 parent 0edaaee commit a9eb55f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/default_scope_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class DefaultScopeTest < Minitest::Test
44
def setup
5-
Band.destroy_all
5+
setup_model(Band)
66
end
77

88
def test_reindex

0 commit comments

Comments
 (0)