chore: fix test
Some checks are pending
CI / ash-ci (push) Waiting to run

This commit is contained in:
Zach Daniel 2024-09-15 17:20:21 -04:00
parent f7d27f66bf
commit 896a63865a

View file

@ -74,7 +74,8 @@ defmodule Igniter.Extensions.PhoenixTest do
end
""")
assert Igniter.Extensions.Phoenix.proper_location(igniter, TestWeb.FooJSON, []) == :keep
assert Igniter.Extensions.Phoenix.proper_location(igniter, TestWeb.FooJSON, []) ==
{:ok, "test_web/controllers/foo_json.ex"}
end
end
end