Skip to content

Commit 3e336a7

Browse files
committed
fix(test): update README Star History assertion for renamed repo
Repo was renamed Work_Review -> Work-Review; README URL updated earlier but the test assertion still expected the old name, which failed the release CI frontend-test step.
1 parent 0a74bc0 commit 3e336a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ test('中英文 README 底部都应展示 Star History,并在 License 后加
2727

2828
assert.match(zhSource, /## License\s+MIT\s+---\s+## /s);
2929
assert.match(enSource, /## License\s+MIT\s+---\s+## Star History/s);
30-
assert.match(enSource, /star-history\.com\/#wm94i\/Work_Review&Date/);
30+
assert.match(enSource, /star-history\.com\/#wm94i\/Work-Review&Date/);
3131
});

0 commit comments

Comments
 (0)