Skip to content

Commit

Permalink
The test Initialize function constraints should revert the initialize…
Browse files Browse the repository at this point in the history
…() func test section
  • Loading branch information
0xSamWitch committed Feb 17, 2024
1 parent 845e099 commit 6c96195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SamWitchOrderBook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe("SamWitchOrderBook", function () {
burntFee,
maxOrdersPerPrice,
),
);
).to.be.reverted;
});

it("Get token id info", async function () {
Expand Down Expand Up @@ -216,7 +216,7 @@ describe("SamWitchOrderBook", function () {
});

it("Take from sell order book", async function () {
const {orderBook, erc1155, initialQuantity, owner, alice, tokenId} = await loadFixture(deployContractsFixture);
const {orderBook, erc1155, initialQuantity, alice, tokenId} = await loadFixture(deployContractsFixture);

// Set up order books
const price = 100;
Expand Down

0 comments on commit 6c96195

Please sign in to comment.