Skip to content

Commit d2d069f

Browse files
authored
Merge pull request #974 from yellowspot/fix-coerced-test
[Rails 7] Typo on coerced test original call
2 parents a3fc974 + 71fd229 commit d2d069f

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)