Skip to content

Commit 4f6ed3c

Browse files
fix: test
1 parent 303673e commit 4f6ed3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ describe('getAuthorWithId', () => {
6161

6262
expect(result).toEqual([
6363
{
64-
name: 'The Node.js Project',
64+
name: 'Node.js Technical Steering Committee',
6565
nickname: 'nodejs',
66-
fallback: 'TNJP',
66+
fallback: 'NJTSC',
6767
url: 'https://github.com/nodejs',
6868
image: 'https://avatars.githubusercontent.com/nodejs',
6969
},

0 commit comments

Comments
 (0)