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 27a4ab6 commit 551c7fbCopy full SHA for 551c7fb
test/phoenix/session_process/config_test.exs
@@ -14,7 +14,7 @@ defmodule Phoenix.SessionProcess.ConfigTest do
14
end
15
end)
16
17
- assert Config.session_process() == Phoenix.SessionProcess.Config.DefaultSessionProcess
+ assert Config.session_process() == Phoenix.SessionProcess.DefaultSessionProcess
18
19
20
test "returns configured session process when set" do
0 commit comments