Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3031e0e

Browse files
authored
Update webrtc/RTCPeerConnection-remote-track-properties.https.html
1 parent b5d82f6 commit 3031e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrtc/RTCPeerConnection-remote-track-properties.https.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757

5858
assert_greater_than(remoteTrackIds.size, 1);
59-
}, 'Remote audio track ID');
59+
}, 'Remote audio track ID is different on different PCs');
6060

6161
promise_test(async t => {
6262
const [localTrack, localStream] = await createTrackAndStreamWithCleanup(t, "video");

0 commit comments

Comments
 (0)