We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930eee6 commit 43ecebbCopy full SHA for 43ecebb
test/priv/ice_agent_test.exs
@@ -1393,7 +1393,7 @@ defmodule ExICE.Priv.ICEAgentTest do
1393
ice_agent = ICEAgent.handle_ta_timeout(ice_agent)
1394
1395
# find candidate pair on which connectivity check was sent
1396
- {_pair_id, pair} =
+ [{_pair_id, pair}] =
1397
Enum.filter(ice_agent.checklist, fn {_pair_id, pair} -> pair.state == :in_progress end)
1398
1399
local_cand = Map.fetch!(ice_agent.local_cands, pair.local_cand_id)
0 commit comments