Skip to content

Commit ac5ec9c

Browse files
test: typo
1 parent a4c6ad5 commit ac5ec9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parameter_dependencies.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ end
200200
sys_nonsplit = mtkcompile(pendulum_sys; split = false)
201201
@test_throws ArgumentError ModelingToolkit.subset_tunables(sys_nonsplit, new_tunables)
202202

203-
@test length(ModelingToolkit.tunable_parameters(sys)) == length(old_tunables)
203+
@test length(ModelingToolkit.tunable_parameters(sys, ModelingToolkit.parameters(sys))) == length(old_tunables)
204204
end
205205

206206
struct CallableFoo

0 commit comments

Comments
 (0)