Skip to content

Commit

Permalink
make the test actually test something
Browse files Browse the repository at this point in the history
  • Loading branch information
rerpha committed Nov 27, 2024
1 parent 2bbbc0f commit 22c24f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Block.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ it("renders topbar unchanged", () => {
it("renders nothing if pv is hidden", () => {
const aBlock: IfcBlock = { pvaddress: "SOME:PV", visible: false };
const { container } = render(
<Block pv={aBlock} instName={""} showHiddenBlocks={false} />,
<Block pv={aBlock} instName={"ANINST"} showHiddenBlocks={false} />,
{
container: tableBody,
},
Expand Down

0 comments on commit 22c24f5

Please sign in to comment.