Skip to content

Commit

Permalink
chore: spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoyooor committed Feb 24, 2024
1 parent 27e9de1 commit 92d32f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hooks/L1/useSimulateProveWithdrawalTransaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ test('useSimulateProveWithdrawalTransaction', async () => {
)

// We're only checking that we're able to successfully call the contract. The snapshot
// will continue to change as blocks get procuded, and this check is sufficient.
// will continue to change as blocks get produced, and this check is sufficient.
await waitFor(() => expect(result.current.isSuccess).toBeTruthy())
}, { retry: 3 })
2 changes: 1 addition & 1 deletion src/hooks/L1/useWriteProveWithdrawalTransaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('useWriteProveWithdrawalTransaction', async () => {
return Promise.all([
expect(result.current.error).toBeNull(),
// We're only checking that we're able to successfully call the contract. The snapshot
// will continue to change as blocks get procuded, and this check is sufficient.
// will continue to change as blocks get produced, and this check is sufficient.
expect(result.current.isSuccess).toBeTruthy(),
])
})
Expand Down

0 comments on commit 92d32f4

Please sign in to comment.