Skip to content

Commit 12d69cf

Browse files
committed
fix original method call. Escape name
1 parent 0fc3c40 commit 12d69cf

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
@@ -1769,7 +1769,7 @@ class EnumTest < ActiveRecord::TestCase
17691769
test "serializable? with large number label coerced" do
17701770
Book.connection.remove_index(:books, column: [:author_id, :name])
17711771

1772-
send(:'original_serializable? with large number label')
1772+
send(:'original_serializable\? with large number label')
17731773
ensure
17741774
Book.where(author_id: nil, name: nil).delete_all
17751775
Book.connection.add_index(:books, [:author_id, :name], unique: true)

0 commit comments

Comments
 (0)