Skip to content

Commit ebaa603

Browse files
committed
✅ changing name of test
1 parent 6a76c33 commit ebaa603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql_spy_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_execute_raw_sql
144144
refute query.delete?
145145
end
146146

147-
def test_error
147+
def test_unsubscribe_on_error
148148
mock = MiniTest::Mock.new
149149
mock.expect(:call, true, [Object])
150150
ActiveSupport::Notifications.stub(:unsubscribe, mock) do

0 commit comments

Comments
 (0)