Skip to content

Commit b7af61f

Browse files
committed
fix: hotfixed unit test failing from last patch
1 parent 8ad6351 commit b7af61f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/util/__tests__/gitHubUtils.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('GitHub utils', () => {
2020
it('getGitHubBlobUrl returns the correct URL', () => {
2121
const result = getGitHubBlobUrl('learn/getting-started/introduction.md');
2222
const expected =
23-
'https://github.com/nodejs/nodejs.org/blob/main/pages/en/learn/getting-started/introduction.md';
23+
'https://github.com/nodejs/nodejs.org/blob/main/apps/site/pages/en/learn/getting-started/introduction.md';
2424
expect(result).toBe(expected);
2525
});
2626

0 commit comments

Comments
 (0)