Skip to content

Commit

Permalink
Revert "fix test"
Browse files Browse the repository at this point in the history
This reverts commit d14b9d1.
  • Loading branch information
montasaurus committed Mar 2, 2023
1 parent d14b9d1 commit 26aa66b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/__tests__/create-bulk-orders.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { expect } from "chai";
import { BigNumber } from "ethers";
import { ethers } from "hardhat";
import { ItemType, MAX_INT, NO_CONDUIT, OrderType } from "../constants";
import {
Expand Down Expand Up @@ -128,7 +129,7 @@ describeWithFixture(
zone: ethers.constants.AddressZero,
zoneHash: ethers.constants.HashZero,
conduitKey: NO_CONDUIT,
counter: "0",
counter: BigNumber.from(0),
},
signature: order.signature,
});
Expand Down

0 comments on commit 26aa66b

Please sign in to comment.