Skip to content

Commit

Permalink
update fulfillment.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
qvkare authored Dec 21, 2024
1 parent 3e75c47 commit b837dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/fulfillment.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 { mainAPI } from "../utils/constants";

suite("Generating fulfillment data", () => {
Expand Down

0 comments on commit b837dd6

Please sign in to comment.