Skip to content

Commit cb67371

Browse files
committed
chore: delete unused test setup
1 parent 90b2118 commit cb67371

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
@@ -168,15 +168,4 @@ defmodule RealtimeWeb.RealtimeChannelTest do
168168
subscribe_and_join(socket, "realtime:test", %{})
169169
end
170170
end
171-
172-
describe "private messages" do
173-
setup_with_mocks([
174-
{ChannelsAuthorization, [],
175-
authorize_conn: fn _, _, _ ->
176-
{:ok, %{"exp" => Joken.current_time() + 1_000, "role" => "postgres"}}
177-
end}
178-
]) do
179-
:ok
180-
end
181-
end
182171
end

0 commit comments

Comments
 (0)