Skip to content

Commit

Permalink
Fix paths to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Mar 25, 2024
1 parent 5f047b8 commit fcb1faf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"description": "Add RTCIceCandidate.relayProtocol",
"pr": 2763,
"tests": [
"idlharness.https.window.js"
"webrtc/idlharness.https.window.html"
],
"testUpdates": [
"web-platform-tests/wpt#36157"
Expand All @@ -270,7 +270,7 @@
"description": "Add RTCIceCandidate.relayProtocol",
"pr": 2763,
"tests": [
"idlharness.https.window.js"
"webrtc/idlharness.https.window.html"
],
"testUpdates": [
"web-platform-tests/wpt#36157"
Expand All @@ -284,7 +284,7 @@
"description": "Add RTCIceCandidate.url",
"pr": 2773,
"tests": [
"idlharness.https.window.js"
"webrtc/idlharness.https.window.html"
],
"testUpdates": [
"web-platform-tests/wpt#36572"
Expand Down Expand Up @@ -749,7 +749,7 @@
"description": "Prevent GC of non-closed RTCDataChannels",
"pr": 2902,
"tests": [
"webrtc/RTCDataChannel-GC.https.html"
"webrtc/RTCDataChannel-GC.html"
],
"testUpdates": [
"web-platform-tests/wpt#43369"
Expand All @@ -766,7 +766,7 @@
"type": "correction",
"status": "candidate",
"tests": [
"webrtc/RTCDataChannel-binaryType.window.js"
"webrtc/RTCDataChannel-binaryType.window.html"
],
"testUpdates": [
"web-platform-tests/wpt#41663"
Expand All @@ -779,7 +779,7 @@
"type": "correction",
"status": "candidate",
"tests": [
"webrtc/RTCDataChannel-binaryType.window.js",
"webrtc/RTCDataChannel-binaryType.window.html",
"webrtc/RTCDataChannel-send.html",
"webrtc/RTCPeerConnection-createDataChannel.html"
],
Expand Down

0 comments on commit fcb1faf

Please sign in to comment.