Skip to content

Commit

Permalink
chore: fix test types
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 committed Aug 11, 2023
1 parent 12e4d70 commit 7cd7433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/api/lib/interaction-steps.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { InteractionStepWithChildren } from "@spoke/spoke-codegen";
import { Pool } from "pg";

import {
Expand All @@ -6,7 +7,6 @@ import {
createInteractionStep,
createQuestionResponse
} from "../../../../__test__/testbed-preparation/core";
import type { InteractionStepWithChildren } from "../../../api/interaction-step";
import { config } from "../../../config";
import { withClient } from "../../utils";
import type { InteractionStepRecord } from "../types";
Expand Down

0 comments on commit 7cd7433

Please sign in to comment.