Skip to content

Commit 736ecbb

Browse files
committed
test: 同步 artifacts 断言仓库地址至 mcpp-community
1 parent e1eb80e commit 736ecbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/artifacts.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ test("新建工程契约是创建并打开,不自动构建", () => {
301301
test("声明 GitHub 仓库和扩展图标", () => {
302302
const manifest = JSON.parse(readFileSync(path.join(root, "package.json"), "utf8")) as PackageManifest;
303303
assert.equal(manifest.icon, "images/logo.png");
304-
assert.equal(manifest.repository?.url, "https://github.com/wellwei/mcpp-vscode.git");
305-
assert.equal(manifest.homepage, "https://github.com/wellwei/mcpp-vscode#readme");
306-
assert.equal(manifest.bugs?.url, "https://github.com/wellwei/mcpp-vscode/issues");
304+
assert.equal(manifest.repository?.url, "https://github.com/mcpp-community/mcpp-vscode.git");
305+
assert.equal(manifest.homepage, "https://github.com/mcpp-community/mcpp-vscode#readme");
306+
assert.equal(manifest.bugs?.url, "https://github.com/mcpp-community/mcpp-vscode/issues");
307307

308308
const icon = readFileSync(path.join(root, manifest.icon));
309309
assert.deepEqual([...icon.subarray(0, 8)], [137, 80, 78, 71, 13, 10, 26, 10]);

0 commit comments

Comments
 (0)