Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleDsz committed May 8, 2024
1 parent d0c00ad commit 2348214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/livebook_teams/hubs/team_client_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ defmodule Livebook.Hubs.TeamClientTest do

test "receives the user events", %{team: team, node: node} do
Livebook.Hubs.Broadcasts.subscribe([:crud])
connect_to_teams(team)

# force user to be deleted from org
erpc_call(node, :delete_user_org, [team.user_id, team.org_id])
Expand Down

0 comments on commit 2348214

Please sign in to comment.