Skip to content

Commit 463ed6d

Browse files
committed
test: update getAuthorWithId test for new nodejs author order
1 parent 5cf9c14 commit 463ed6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ describe('getAuthorWithId', () => {
5555
const result = getAuthorWithId(['nodejs'], true);
5656
assert.deepEqual(result, [
5757
{
58-
name: 'Node.js Technical Steering Committee',
58+
name: 'Node.js Release Working Group',
5959
nickname: 'nodejs',
60-
fallback: 'NJTSC',
61-
url: 'https://github.com/nodejs/tsc',
60+
fallback: 'NJRWG',
61+
url: 'https://github.com/nodejs/release',
6262
image: 'https://avatars.githubusercontent.com/nodejs',
6363
},
6464
]);

0 commit comments

Comments
 (0)