Skip to content

Commit c541c8f

Browse files
chasersfilipecabaco
authored andcommitted
chore: delete unused test setup
1 parent 1b5cf64 commit c541c8f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/realtime_web/channels/realtime_channel_test.exs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,4 @@ defmodule RealtimeWeb.RealtimeChannelTest do
178178
subscribe_and_join(socket, "realtime:test", %{})
179179
end
180180
end
181-
182-
describe "private messages" do
183-
setup_with_mocks([
184-
{ChannelsAuthorization, [],
185-
authorize_conn: fn _, _, _ ->
186-
{:ok, %{"exp" => Joken.current_time() + 1_000, "role" => "postgres"}}
187-
end}
188-
]) do
189-
:ok
190-
end
191-
end
192181
end

0 commit comments

Comments
 (0)