diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-07 13:28:39 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-07 13:28:39 -0500 |
commit | 8156940a49df17c00c05bfe60223b165f9dc034b (patch) | |
tree | b415604986f4def1e911c42b28235b75597738f3 /test/support/channel_case.ex | |
parent | 70880d54f85a96d07b6c72adfbf3f1a7c50f95a2 (diff) | |
download | pleroma-8156940a49df17c00c05bfe60223b165f9dc034b.tar.gz pleroma-8156940a49df17c00c05bfe60223b165f9dc034b.zip |
Compatibility with phoenix_pubsub 2.0.0
Diffstat (limited to 'test/support/channel_case.ex')
-rw-r--r-- | test/support/channel_case.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/channel_case.ex b/test/support/channel_case.ex index d63a0f06b..114184a9f 100644 --- a/test/support/channel_case.ex +++ b/test/support/channel_case.ex @@ -22,7 +22,7 @@ defmodule Pleroma.Web.ChannelCase do using do quote do # Import conveniences for testing with channels - use Phoenix.ChannelTest + import Phoenix.ChannelTest use Pleroma.Tests.Helpers # The default endpoint for testing |