Skip to content

Commit

Permalink
Update web platform tests
Browse files Browse the repository at this point in the history
I don't think any of the relevant data files actually changed, though.
  • Loading branch information
domenic committed Nov 5, 2023
1 parent 15bb65f commit 10a2405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getLatestTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { unicodeVersion } = require("../package.json");

// Update this by going to https://github.com/web-platform-tests/wpt/tree/master/url/resources and pressing "y" on the
// keyboard.
const wptSHA = "417a64d8351792b768efe089934edce3259f63d1";
const wptSHA = "72b915d4b3754f081ef5899bf6a777efe71b2fc5";

main().catch(e => {
console.error(e);
Expand Down

0 comments on commit 10a2405

Please sign in to comment.