Skip to content

Commit 966d3c1

Browse files
committed
format
1 parent 927a454 commit 966d3c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ex_webrtc/peer_connection_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ defmodule ExWebRTC.PeerConnectionTest do
662662
:ok = PeerConnection.set_remote_description(pc2, offer)
663663
[tr] = PeerConnection.get_transceivers(pc2)
664664
:ok = PeerConnection.stop_transceiver(pc2, tr.id)
665+
665666
assert [
666667
%RTPTransceiver{
667668
current_direction: nil,

0 commit comments

Comments
 (0)