Skip to content

Commit

Permalink
Adjust test name
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Jan 24, 2024
1 parent da61b1f commit 44d69ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/api/test/unit/core/core_properties_atomizing_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Api.Core.CorePropertiesAtomizingTest do
use Plug.Test
import Api.Core.CorePropertiesAtomizing

test "base case" do
test "base case" do
result = format_document(%{ "resource" => %{ "category" => "Operation" }})
assert result.resource.category == "Operation"
end
Expand All @@ -29,4 +29,4 @@ defmodule Api.Core.CorePropertiesAtomizingTest do
assert List.first(result.resource.relations.liesWithin).resource.category == "Find"
assert List.first(result.resource.relations.liesWithin).resource["unknownField"] == "V"
end
end
end

0 comments on commit 44d69ee

Please sign in to comment.