Skip to content

Commit 370689c

Browse files
committed
Coerce FK order test.
1 parent 0aebcc8 commit 370689c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,9 @@ def test_schema_dump_keeps_large_precision_integer_columns_as_decimal_coerced
627627
# This accidently returns the wrong number because of our tables too.
628628
coerce_tests! :test_types_line_up
629629

630+
# This is a poorly written test and really does not catch the bottom'ness it is meant too. Ours throw it off.
631+
coerce_tests! :test_foreign_keys_are_dumped_at_the_bottom_to_circumvent_dependency_issues
632+
630633
end
631634

632635

0 commit comments

Comments
 (0)