Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Carman committed Sep 19, 2023
1 parent b7f7f38 commit 7687409
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/domain_connectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
@test Symbol(sys_defs[csys.vol.port.ρ]) == Symbol(csys.fluid.ρ)

0 comments on commit 7687409

Please sign in to comment.