Skip to content

Commit

Permalink
update getOrders.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
qvkare authored Dec 21, 2024
1 parent b837dd6 commit 8b5a722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/getOrders.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import "../utils/setup";
import { expect } from "chai";
import { suite, test } from "mocha";
import { Chain, OrderSide } from "../../src/types";
import { OrderProtocol } from "../../src/orders/types";
import { Chain, OrderSide } from "../../src/types";
import {
BAYC_CONTRACT_ADDRESS,
BAYC_TOKEN_IDS,
Expand Down

0 comments on commit 8b5a722

Please sign in to comment.