Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-antking committed Sep 27, 2024
1 parent 97e043a commit 4aa9b03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/reports/resolvedExceptionsReport.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import resolvedExceptionsReport, { ResolvedExceptionsReportLine } from "./ResolvedExceptionsReport"
import resolvedExceptionsReport from "./ResolvedExceptionsReport"
import type { ResolvedExceptionsReportLine } from "./ResolvedExceptionsReport"
import fs from "fs"
import generateAho from "../../../test/helpers/generateAho"
import CourtCase from "services/entities/CourtCase"
Expand Down

0 comments on commit 4aa9b03

Please sign in to comment.