Skip to content

Commit 22c24f5

Browse files
committed
make the test actually test something
1 parent 2bbbc0f commit 22c24f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Block.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ it("renders topbar unchanged", () => {
3131
it("renders nothing if pv is hidden", () => {
3232
const aBlock: IfcBlock = { pvaddress: "SOME:PV", visible: false };
3333
const { container } = render(
34-
<Block pv={aBlock} instName={""} showHiddenBlocks={false} />,
34+
<Block pv={aBlock} instName={"ANINST"} showHiddenBlocks={false} />,
3535
{
3636
container: tableBody,
3737
},

0 commit comments

Comments
 (0)