Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 11, 2024
1 parent 9abcceb commit bfde0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiple_databases_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class MultipleDatabasesTest < Minitest::Test
def test_target_version
skip unless multiple_dbs? && postgresql?

with_target_version({primary: 11, animals: 10}) do
with_target_version({primary: 10, animals: 11}) do
with_database(:primary) do
assert_unsafe AddColumnDefault
end
Expand Down

0 comments on commit bfde0b9

Please sign in to comment.