Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed May 20, 2021
1 parent 07a5890 commit 133a9b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe('estimatesmartfees', () => {

it('should have estimated smart fees', async () => {
await waitForExpect(async () => {
for (let i = 0; i < 20: i++) {
for (let i = 0; i < 20; i++) {
for (let x = 0; x < 20; x++) {
const address = await client.wallet.getNewAddress()
await client.wallet.sendToAddress(address, 0.1, { subtractFeeFromAmount: true })
Expand Down

0 comments on commit 133a9b7

Please sign in to comment.