Skip to content

Commit

Permalink
🧪 Fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
roninjin10 committed Nov 1, 2024
1 parent fc56a90 commit 0522e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/actions/src/anvil/anvilDealProcedure.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('anvilDealJsonRpcProcedure', () => {
jsonrpc: '2.0',
id: 1,
method: 'anvil_deal',
result: null,
result: {},
})
})

Expand All @@ -56,7 +56,7 @@ describe('anvilDealJsonRpcProcedure', () => {
jsonrpc: '2.0',
id: 1,
method: 'anvil_deal',
result: null,
result: {},
})
})
})

0 comments on commit 0522e0e

Please sign in to comment.