Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankmin committed Jul 21, 2022
1 parent 25a905d commit 75e082a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/transferhelper.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ import { expect } from "chai";
import { randomInt } from "crypto";
import { ethers, network } from "hardhat";

import { randomHex } from "./utils/encoding";
import { faucet } from "./utils/faucet";
import {
fixtureERC1155,
fixtureERC20,
fixtureERC721,
seaportFixture,
} from "./utils/fixtures";
import type { SeaportFixtures } from "./utils/fixtures";
import { VERSION } from "./utils/helpers";

import type {
Expand All @@ -18,9 +21,6 @@ import type {
TransferHelper,
} from "../typechain-types";

import { randomHex } from "./utils/encoding";
import { faucet } from "./utils/faucet";
import type { SeaportFixtures } from "./utils/fixtures";
import type { BigNumber, Wallet } from "ethers";

describe(`TransferHelper tests (Seaport v${VERSION})`, function () {
Expand Down

0 comments on commit 75e082a

Please sign in to comment.