Skip to content

Commit 71fd229

Browse files
committed
typo on coerced test original call
1 parent fa939cd commit 71fd229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/coerced_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ class LogSubscriberTest < ActiveRecord::TestCase
18241824
# Call original test from coerced test. Fixes issue on CI with Rails installed as a gem.
18251825
coerce_tests! :test_verbose_query_logs
18261826
def test_verbose_query_logs_coerced
1827-
original_test_vebose_query_logs
1827+
original_test_verbose_query_logs
18281828
end
18291829

18301830
# Bindings logged slightly differently.

0 commit comments

Comments
 (0)