Skip to content

Commit

Permalink
Lint/format
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Nov 12, 2024
1 parent 5f57b76 commit 2c6f9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Period, periodEnumToRawDuration, PERIODS } from "../../const";
import { AnyNumberString } from "../../types";
import { type Period, periodEnumToRawDuration, PERIODS } from "../../const";
import { type AnyNumberString } from "../../types";
import { getPeriodBoundary } from "../misc";

/**
Expand Down
1 change: 0 additions & 1 deletion src/typescript/sdk/tests/e2e/queries/client/submit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ describe("all submission types for the emojicoin client", () => {
emojicoin.sell(sender, emojis, inputAmount).then(({ response, events, swap: sell }) => {
const { success } = response;
const payload = response.payload as EntryFunctionPayloadResponse;
const endMicroseconds = events.swapEvents[0].time;
expect(success).toBe(true);
expect(payload.function).toEqual(functionNames.swap);
expect(events.chatEvents.length).toEqual(0);
Expand Down

0 comments on commit 2c6f9d2

Please sign in to comment.