From 768740965fc8e6c0fa08cfa6626ac5013a30734c Mon Sep 17 00:00:00 2001 From: Brad Carman Date: Tue, 19 Sep 2023 17:56:26 -0400 Subject: [PATCH] fixed test --- test/domain_connectors.jl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/domain_connectors.jl b/test/domain_connectors.jl index cc885d6822..091f0c5537 100644 --- a/test/domain_connectors.jl +++ b/test/domain_connectors.jl @@ -155,7 +155,4 @@ sys = structural_simplify(odesys) @test length(equations(sys)) == length(states(sys)) sys_defs = ModelingToolkit.defaults(sys) -@test Symbol(sys_defs[csys.vol.port.ρ]) == Symbol(csys.fluid.ρ) - - -@test_nowarn structural_simplify(one_fluid_system) \ No newline at end of file +@test Symbol(sys_defs[csys.vol.port.ρ]) == Symbol(csys.fluid.ρ) \ No newline at end of file