Skip to content

Commit

Permalink
Fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamarnix committed Dec 19, 2023
1 parent d90e616 commit 947f68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/control_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ end
@testitem "PID control" begin
toml_path = normpath(@__DIR__, "../../generated_testmodels/pid_control/ribasim.toml")
@test ispath(toml_path)
model = Ribasim.run(toml_path)
model = Ribasim.run(Ribasim.Config(toml_path))
p = model.integrator.p
(; basin, pid_control, flow_boundary) = p

Expand Down

0 comments on commit 947f68e

Please sign in to comment.