Skip to content

Commit

Permalink
Fix username generator unit test (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding authored Nov 18, 2024
1 parent dbdaa87 commit 76c18b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ describe('subaccount-username-generator', () => {
{}, [], {});

const expectedUsernames = [
'GreenSnowWTT', // dydx1n88uc38xhjgxzw9nwre4ep2c8ga4fjxc575lnf
'BubblyEarH5Y', // dydx1n88uc38xhjgxzw9nwre4ep2c8ga4fjxc565lnf
'BubblyEarH5Y', // dydx1n88uc38xhjgxzw9nwre4ep2c8ga4fjxc575lnf
'GreenSnowWTT', // dydx1n88uc38xhjgxzw9nwre4ep2c8ga4fjxc565lnf
'LunarMatFK5', // dydx199tqg4wdlnu4qjlxchpd7seg454937hjrknju4
];
expect(subaccountsWithUsernamesAfter.length).toEqual(subaccountsLength);
Expand Down

0 comments on commit 76c18b6

Please sign in to comment.