Skip to content

Commit b4187e3

Browse files
committed
fix(test): deeply dupped flaky test
This test was failing due to missing a column in the model. We fix it by resetting the cache after adding the column. Signed-off-by: Ulysse Buonomo <[email protected]>
1 parent 1ca4c38 commit b4187e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/cases/fixtures_test.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@ def teardown
386386
end
387387

388388
recreate_parrots
389+
390+
Account.reset_column_information
391+
Company.reset_column_information
392+
Course.reset_column_information
389393
end
390394

391395
# This replaces the same test that's been excluded from

0 commit comments

Comments
 (0)