Skip to content

Commit

Permalink
Fix VisitInput import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaBeilsten-Edmands committed Dec 9, 2024
1 parent 2f44105 commit 487bd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VisitInput.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Adapted from https://github.com/DiamondLightSource/workflows/blob/main/frontend/workflows-lib/tests/components/SubmissionForm.test.tsx
import { fireEvent, render, within } from "@testing-library/react";
import VisitInput from "./VisitInput";
import { VisitInput } from "./VisitInput";
import "@testing-library/jest-dom";

it("should render visit field", () => {
Expand Down

0 comments on commit 487bd84

Please sign in to comment.