Skip to content

Commit 9200fa9

Browse files
committed
Fix missing parent class
1 parent 579730f commit 9200fa9

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
@@ -345,7 +345,7 @@ def test_add_column_without_limit_coerced
345345

346346
module ActiveRecord
347347
class Migration
348-
class ColumnsTest
348+
class ColumnsTest < ActiveRecord::TestCase
349349
# Our defaults are real 70000 integers vs '70000' strings.
350350
coerce_tests! :test_rename_column_preserves_default_value_not_null
351351
def test_rename_column_preserves_default_value_not_null_coerced

0 commit comments

Comments
 (0)