Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelma committed Apr 16, 2024
1 parent 62136da commit 6826952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
id_call = Call(13)
op_call = Call(+, 2, 3)
apero_time = parameter_value("apero_time")
param_val_call = Call(apero_time, (scenario=:covid,), (:apero_time, (scenario=:covid,)))
param_val_call = Call(apero_time, (scenario=:covid,), :apero_time)
@test string(id_call) === "13"
@test string(op_call) === "2 + 3"
@test string(param_val_call) === "{apero_time(scenario=covid) = apero_time}"
Expand Down

0 comments on commit 6826952

Please sign in to comment.