Skip to content

Commit 43ecebb

Browse files
committed
Fix ice test
1 parent 930eee6 commit 43ecebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/priv/ice_agent_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ defmodule ExICE.Priv.ICEAgentTest do
13931393
ice_agent = ICEAgent.handle_ta_timeout(ice_agent)
13941394

13951395
# find candidate pair on which connectivity check was sent
1396-
{_pair_id, pair} =
1396+
[{_pair_id, pair}] =
13971397
Enum.filter(ice_agent.checklist, fn {_pair_id, pair} -> pair.state == :in_progress end)
13981398

13991399
local_cand = Map.fetch!(ice_agent.local_cands, pair.local_cand_id)

0 commit comments

Comments
 (0)