Skip to content

Commit 273ea62

Browse files
committed
chore: remove incorrect test
1 parent 6148b00 commit 273ea62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/migration_generator_test.exs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,9 +3221,6 @@ defmodule AshPostgres.MigrationGeneratorTest do
32213221
~S[add :id, :decimal, null: false, precision: 10, scale: 0, primary_key: true]
32223222

32233223
assert file_content =~ ~S[add :category_id, :decimal, null: false, precision: 10, scale: 0]
3224-
3225-
assert file_content =~
3226-
~S[modify :category_id, references(:categories, column: :id, name: "products_category_id_fkey", type: :decimal, precision: 10, scale: 0]
32273224
end
32283225
end
32293226

0 commit comments

Comments
 (0)