Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Sep 8, 2023
1 parent 27d72a5 commit ce69e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/run_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end

@test model isa Ribasim.Model
p = model.integrator.p
@test p isa Ribasim.Parameter
@test p isa Ribasim.Parameters
@test isconcretetype(typeof(p))
@test all(isconcretetype, fieldtypes(typeof(p)))

Expand Down

0 comments on commit ce69e3d

Please sign in to comment.