Skip to content

Commit

Permalink
Remove unused locals
Browse files Browse the repository at this point in the history
  • Loading branch information
psybers committed Apr 12, 2024
1 parent 60a8edd commit 0d09800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/methods.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ describe('API CRUD operations', () => {

// apis: getPayeeRules, createPayeeRule, updatePayeeRule, deletePayeeRule
test('PayeeRules: successfully update payee rules', async () => {
const payeeId1 = await api.createPayee({ name: 'test-payee' });
const payeeId2 = await api.createPayee({ name: 'test-payee2' });
await api.createPayee({ name: 'test-payee' });
await api.createPayee({ name: 'test-payee2' });

// create our test rules
const rule = {
Expand Down

0 comments on commit 0d09800

Please sign in to comment.