Skip to content

Commit

Permalink
Shorter module name
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jan 16, 2024
1 parent e54b55f commit dc41bf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/cast/all_of_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ defmodule OpenApiSpex.CastAllOfTest do
test "with schema having x-type" do
value = %{fur: true, meow: true}

assert {:ok, %OpenApiSpex.CastAllOfTest.CatSchema{fur: true, meow: true}} =
cast(value: value, schema: CatSchema.schema())
assert {:ok, %CatSchema{fur: true, meow: true}} = cast(value: value, schema: CatSchema.schema())
end
end

0 comments on commit dc41bf7

Please sign in to comment.