From 22c24f5010f53452b509ff2b36881b5d59b8ef1d Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Wed, 27 Nov 2024 15:44:06 +0000 Subject: [PATCH] make the test actually test something --- app/components/Block.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Block.test.tsx b/app/components/Block.test.tsx index 5dd11b4..216530c 100644 --- a/app/components/Block.test.tsx +++ b/app/components/Block.test.tsx @@ -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( - , + , { container: tableBody, },