diff --git a/src/commands/testCommand.ts b/src/commands/testCommand.ts index 3d955ef6..6166489b 100644 --- a/src/commands/testCommand.ts +++ b/src/commands/testCommand.ts @@ -48,12 +48,12 @@ interface TestVariant { const variants: Record = { test262: { description: "Display LibJS test262 results", - url: "https://github.com/SerenityOS/libjs-test262-data/raw/master/test262/results.json", + url: "https://github.com/SerenityOS/libjs-data/raw/master/test262/results.json", nameForCommitError: "test262", }, testwasm: { description: "Display Wasm spec test results", - url: "https://github.com/SerenityOS/libjs-test262-data/raw/master/wasm/results.json", + url: "https://github.com/SerenityOS/libjs-data/raw/master/wasm/results.json", nameForCommitError: "Wasm spec tests", }, };