Skip to content

Commit

Permalink
Update test/ecto/adapters/postgres_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Oct 1, 2023
1 parent ab815b9 commit 8400465
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ecto/adapters/postgres_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ defmodule Ecto.Adapters.PostgresTest do
schema "schema3" do
field :list1, {:array, :string}
field :list2, {:array, :integer}
field :binary_id, :binary_id
field :binary, :binary
field :uuid, Ecto.UUID
end
Expand Down

0 comments on commit 8400465

Please sign in to comment.