Skip to content

Commit

Permalink
changed collect coins test to accept a previously registered address …
Browse files Browse the repository at this point in the history
…to not conflict with the gate token test
  • Loading branch information
Zachary Frederick authored and atodorov committed Aug 16, 2023
1 parent ec5d16f commit 961c5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/test/collect-coins.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('CollectCoins', (): void => {
blockchain,
signAccountId(deployerWallet, collector.address),
collector,
(global as any).CREDITCOIN_REUSE_EXISTING_ADDRESSES,
true,
);
}, 300_000);

Expand Down

0 comments on commit 961c5b9

Please sign in to comment.