Rename MobilizonWeb to Mobilizon.Web

This commit is contained in:
rustra
2020-01-26 21:36:50 +01:00
parent b3f8d52bc9
commit 8856cc2f55
143 changed files with 490 additions and 490 deletions

View File

@@ -1,4 +1,4 @@
defmodule MobilizonWeb.ChannelCase do
defmodule Mobilizon.Web.ChannelCase do
@moduledoc """
This module defines the test case to be used by
channel tests.
@@ -25,7 +25,7 @@ defmodule MobilizonWeb.ChannelCase do
use Phoenix.ChannelTest
# The default endpoint for testing
@endpoint MobilizonWeb.Endpoint
@endpoint Mobilizon.Web.Endpoint
end
end