Skip to content

Commit

Permalink
fix: unfunctional test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Jul 22, 2023
1 parent 89c56a7 commit 085a74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/command/user-info.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('UserInfo', () => {
joinedAt: new Date(20050902),
createdAt: new Date(20050902),
bot: false,
userName: 'meru',
userName: 'meru#0',
hoistRoleId: '865951894173515786' as Snowflake
}
: null
Expand Down

0 comments on commit 085a74f

Please sign in to comment.