Skip to content

Commit c1469b0

Browse files
committed
Type casting is now happening, so the test regex needs to be updated
1 parent 01011a6 commit c1469b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/inheritance_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_coerced_a_bad_type_column
2626

2727
def test_coerced_eager_load_belongs_to_primary_key_quoting
2828
con = Account.connection
29-
assert_sql(/\[companies\]\.\[id\] IN \(N''1''\)/) do
29+
assert_sql(/\[companies\]\.\[id\] IN \(1\)/) do
3030
Account.includes(:firm).find(1)
3131
end
3232
end

0 commit comments

Comments
 (0)