Skip to content

Commit d505921

Browse files
committed
Fix old test
1 parent f8c8a9e commit d505921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reduction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lorenz2 = lorenz(:lorenz2)
6565
lorenz1.u ~ lorenz2.F
6666
lorenz2.u ~ lorenz1.F],
6767
t, systems = [lorenz1, lorenz2])
68-
@test length(Base.propertynames(connected)) == 10
68+
@test length(Base.propertynames(connected)) == 10 + 1 # + 1 for independent variable
6969
@test isequal((@nonamespace connected.lorenz1.x), x)
7070
__x = x
7171
@unpack lorenz1 = connected

0 commit comments

Comments
 (0)