Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed Aug 21, 2023
1 parent de8c62f commit 93ce804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ecto/parameterized_type_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ defmodule Ecto.ParameterizedTypeTest do
test "operations" do
assert Ecto.Type.type(@p_self_type) == :custom
assert Ecto.Type.type(@p_dump_type) == :custom
assert Ecto.Type.type({:maybe, @p_self_type}) == :custom

assert Ecto.Type.embed_as(@p_self_type, :foo) == :self
assert Ecto.Type.embed_as(@p_dump_type, :foo) == :dump
Expand Down

0 comments on commit 93ce804

Please sign in to comment.