Skip to content

Commit

Permalink
fix: (Delete) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frichards committed Dec 19, 2024
1 parent 08a709f commit 0c98331
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('src/background/services/accounts/handlers/avalanche_deleteAccounts', (
});
getPrimaryAccountsByWalletId.mockReturnValue([
primaryAccount,
primaryAccount2,
primaryAccount2,
]);

getPrimaryWalletsDetails.mockResolvedValue([wallet]);
Expand Down Expand Up @@ -220,7 +220,7 @@ describe('src/background/services/accounts/handlers/avalanche_deleteAccounts', (
getAccountByID.mockReturnValue(primaryAccount);
getPrimaryAccountsByWalletId.mockReturnValue([
primaryAccount,
primaryAccount2,
primaryAccount2,
]);

getPrimaryWalletsDetails.mockResolvedValue([wallet]);
Expand Down

0 comments on commit 0c98331

Please sign in to comment.