Skip to content

Commit 18f2381

Browse files
committed
[Rails5] Fix coerced test.
1 parent ffa4ff3 commit 18f2381

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
@@ -209,7 +209,7 @@ def test_remove_column_with_multi_column_index_coerced
209209

210210
# Choose `StatementInvalid` vs `ActiveRecordError`.
211211
coerce_tests! :test_rename_nonexistent_column
212-
def test_rename_nonexistent_column
212+
def test_rename_nonexistent_column_coerced
213213
exception = ActiveRecord::StatementInvalid
214214
assert_raise(exception) do
215215
rename_column "test_models", "nonexistent", "should_fail"

0 commit comments

Comments
 (0)