From 78972ddec2dcaa24036a50a10e32753cfde7d4ad Mon Sep 17 00:00:00 2001 From: Ryan Levy Date: Fri, 1 Nov 2024 16:10:46 -0400 Subject: [PATCH] Add missing point --- test/test_modelMPOs.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_modelMPOs.jl b/test/test_modelMPOs.jl index 9e3399d..aeb0393 100644 --- a/test/test_modelMPOs.jl +++ b/test/test_modelMPOs.jl @@ -62,6 +62,7 @@ end @test [i, i + 1] ∈ connections @test [i] ∈ connections end + @test [width] ∈ connections end end