From 961c5b99da154c81314531f6c44a2455077cde61 Mon Sep 17 00:00:00 2001 From: Zachary Frederick Date: Wed, 16 Aug 2023 10:24:41 -0400 Subject: [PATCH] changed collect coins test to accept a previously registered address to not conflict with the gate token test --- integration-tests/src/test/collect-coins.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/src/test/collect-coins.test.ts b/integration-tests/src/test/collect-coins.test.ts index a3dceb254a..cdf5397946 100644 --- a/integration-tests/src/test/collect-coins.test.ts +++ b/integration-tests/src/test/collect-coins.test.ts @@ -61,7 +61,7 @@ describe('CollectCoins', (): void => { blockchain, signAccountId(deployerWallet, collector.address), collector, - (global as any).CREDITCOIN_REUSE_EXISTING_ADDRESSES, + true, ); }, 300_000);