Skip to content

Commit

Permalink
make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 23, 2023
1 parent 33ebc45 commit 97df36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/transactionRouter/transferAsset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import { Keyring } from "@polkadot/api";
import { cryptoWaitReady } from "@polkadot/util-crypto";

import { AccountType } from "../../../types/types-arguments/identity";
import { Fungible } from "./types";
import TransferAsset from "./transferAsset";
import { Fungible } from "./types";
import { AccountType } from "../../../types/types-arguments/identity";

const sr25519Keyring = new Keyring({ type: "sr25519" });
const ecdsaKeyring = new Keyring({ type: "ecdsa" });
Expand Down

0 comments on commit 97df36e

Please sign in to comment.