Skip to content

Commit 1911363

Browse files
author
Brad Carman
committed
added back stream connector test
1 parent ee5f493 commit 1911363

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/stream_connectors.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,7 @@ sys_ = expand_connections(n1m1Test)
294294
sys_defs = ModelingToolkit.defaults(sys_)
295295
csys = complete(n1m1Test)
296296
@test Symbol(sys_defs[csys.pipe.port_a.rho]) == Symbol(csys.fluid.rho)
297-
298-
#TODO: This test fails...Is the AdiabaticStraightPipe really a valid component?
299-
# @test Symbol(sys_defs[csys.pipe.port_b.rho]) == Symbol(csys.fluid.rho)
297+
@test Symbol(sys_defs[csys.pipe.port_b.rho]) == Symbol(csys.fluid.rho)
300298

301299
# Testing the domain feature with non-stream system...
302300

0 commit comments

Comments
 (0)