Skip to content

Commit

Permalink
Bump test sha
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Feb 23, 2021
1 parent 68fd22c commit 8c6bd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-latest-platform-tests.js
Expand Up @@ -24,7 +24,7 @@ process.on("unhandledRejection", err => {
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/url
// 2. Press "y" on your keyboard to get a permalink
// 3. Copy the commit hash
const commitHash = "f12515f82992d8b853b11c0d2953f153e55dade6";
const commitHash = "3cb5f09a745975b9c7f5596d4282b457095509dc";

const urlPrefix = `https://raw.githubusercontent.com/web-platform-tests/wpt/${commitHash}/url/`;
const targetDir = path.resolve(__dirname, "..", "test", "web-platform-tests");
Expand Down

0 comments on commit 8c6bd29

Please sign in to comment.