Skip to content

Commit

Permalink
fix Id import
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelemarre committed May 30, 2024
1 parent 14103b0 commit 19bfc75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Dhis2DataFormRepository } from "../../../../data/common/Dhis2DataFormRepository";
import { GetDataFormUseCase } from "../GetDataFormUseCase";
import { DataFormRepository } from "../../repositories/DataFormRepository";
import { Id } from "@eyeseetea/d2-api";
import { Period } from "../../entities/DataValue";
import { mock, instance, when, verify, deepEqual } from "ts-mockito";
import { DataForm } from "../../entities/DataForm";
import { dataForm } from "./data/dataForm";
import { Id } from "../../entities/Base";

describe("GetDataFormUseCase", () => {
let mockDataFormRepository: DataFormRepository;
Expand Down

0 comments on commit 19bfc75

Please sign in to comment.