Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Frederick committed Sep 27, 2023
1 parent 17b387e commit 8159476
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions integration-tests/src/test/gate-token.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ describe('Test GATE Token', (): void => {
.sudo(api.tx.creditcoin.setGateFaucet(gateFaucet.address))
.signAndSend(sudoSigner, { nonce: -1 });


const swapGATE = await requestCollectCoinsV2(gateContract, sudoSigner);
const swapGATEVerified = await swapGATE.waitForVerification(900_000);

Expand All @@ -119,9 +118,7 @@ describe('Test GATE Token', (): void => {
(global as any).CREDITCOIN_EXECUTE_SETUP_AUTHORITY,
'001 - collectCoinsV2Example',
async () => {
const {
api,
} = ccApi;
const { api } = ccApi;

const mintTx = await gateToken.mint(deployer.address, 2500);
await mintTx.wait(3);
Expand Down
5 changes: 4 additions & 1 deletion integration-tests/src/test/register-address-v2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ describe('RegisterAddressV2', () => {
it('registerAddressV2 PersonalSign works as expected', async (): Promise<void> => {
const lenderWallet = Wallet.createRandom();

const { api, extrinsics: { registerAddressV2 } } = ccApi;
const {
api,
extrinsics: { registerAddressV2 },
} = ccApi;

const accountId = lender.addressRaw;
const externalAddress = lenderWallet.address;
Expand Down

0 comments on commit 8159476

Please sign in to comment.