Skip to content

Commit bb328d5

Browse files
fix: test
1 parent 1a08bc2 commit bb328d5

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
@@ -63,7 +63,7 @@ describe('getAuthorWithId', () => {
6363
{
6464
name: 'The Node.js Project',
6565
nickname: 'nodejs',
66-
fallback: 'TNJP',
66+
fallback: 'NJTSC',
6767
url: 'https://github.com/nodejs',
6868
image: 'https://avatars.githubusercontent.com/nodejs',
6969
},
@@ -77,7 +77,7 @@ describe('getAuthorWithName', () => {
7777

7878
expect(result).toEqual([
7979
{
80-
name: 'The Node.js Project',
80+
name: 'Node.js Technical Steering Committee',
8181
nickname: 'nodejs',
8282
fallback: 'TNJP',
8383
url: 'https://github.com/nodejs',

0 commit comments

Comments
 (0)