Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
penginn-net committed Jan 5, 2025
1 parent fd36fee commit 98a1063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/test-federation/test/emoji.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('Emoji', () => {
usageInfo: emoji.usageInfo,
author: emoji.author,
description: emoji.description,
isBasedOn: emoji.url,
isBasedOn: null,
}), JSON.stringify(remoteEmoji));
});

Expand Down Expand Up @@ -134,7 +134,7 @@ describe('Emoji', () => {
usageInfo: emoji.usageInfo,
author: emoji.author,
description: emoji.description,
isBasedOn: emoji.url,
isBasedOn: null,
}), JSON.stringify(remoteEmoji));
});

Expand Down

0 comments on commit 98a1063

Please sign in to comment.