Skip to content

Commit 06083bd

Browse files
committed
Update coerced_tests.rb
1 parent 4838cd6 commit 06083bd

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
@@ -2498,7 +2498,7 @@ def test_sqlcommenter_format_allows_string_keys_coerced
24982498
},
24992499
]
25002500

2501-
assert_queries_match(%r{custom_proc=''Joe%27s%20Shack'',string=''value'',tracestate=''congo%3Dt61rcWkgMzE%2Crojo%3D00f067aa0ba902b7''\*/}) do
2501+
assert_sql(%r{custom_proc=''Joe%27s%20Shack'',string=''value'',tracestate=''congo%3Dt61rcWkgMzE%2Crojo%3D00f067aa0ba902b7''\*/}) do
25022502
Dashboard.first
25032503
end
25042504
end

0 commit comments

Comments
 (0)