We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dc8d0 commit 380a86aCopy full SHA for 380a86a
test/phoenix/verified_routes_test.exs
@@ -631,7 +631,7 @@ defmodule Phoenix.VerifiedRoutesTest do
631
end
632
end)
633
634
- assert warnings == ""
+ refute warnings =~ "no route path for Phoenix.VerifiedRoutesTest.CatchAllWarningRouter matches"
635
after
636
:code.purge(__MODULE__.VerifyFalseTrueMatchesFirst)
637
:code.delete(__MODULE__.VerifyFalseTrueMatchesFirst)
0 commit comments