Skip to content

Commit

Permalink
Update containers/ecr-viewer/src/app/tests/services/ecrSummaryService…
Browse files Browse the repository at this point in the history
….test.tsx
  • Loading branch information
BobanL authored Jan 3, 2025
1 parent c545b52 commit ed529e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe("Evaluate eCR Summary Condition Summary", () => {
);

expect(screen.getByText("SARS-CoV-2 PCR Vaccine")).toBeInTheDocument();
expect(screen.queryByText("rabies")).not.toBeInTheDocument();
expect(screen.queryByText("anthrax")).not.toBeInTheDocument();
});
it("should return empty array if none found", () => {
const actual = evaluateEcrSummaryConditionSummary({} as Bundle, mappings);
Expand Down

0 comments on commit ed529e8

Please sign in to comment.