Skip to content

Commit f5fc1c4

Browse files
authored
Merge pull request #979 from yellowspot/fix-coearcion-typo-on-unique-index-test
[Rails 7] Fix original method call
2 parents 6a7fae5 + 12d69cf commit f5fc1c4

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

1767-
send(:'original_serializable? with large number label')
1767+
send(:'original_serializable\? with large number label')
17681768
ensure
17691769
Book.where(author_id: nil, name: nil).delete_all
17701770
Book.connection.add_index(:books, [:author_id, :name], unique: true)

0 commit comments

Comments
 (0)