Skip to content

Commit

Permalink
Update test WflowServer (merge master)
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Feb 21, 2024
1 parent c0e5030 commit be9f84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/test/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ end

@testset "model information functions" begin
@test request((fn = "get_component_name",)) == Dict("component_name" => "sbm")
@test request((fn = "get_input_item_count",)) == Dict("input_item_count" => 180)
@test request((fn = "get_output_item_count",)) == Dict("output_item_count" => 180)
@test request((fn = "get_input_item_count",)) == Dict("input_item_count" => 181)
@test request((fn = "get_output_item_count",)) == Dict("output_item_count" => 181)
@test request((fn = "get_input_var_names",))["input_var_names"][[1, 5, 151, 175]] == [
"vertical.nlayers",
"vertical.θᵣ",
Expand Down

0 comments on commit be9f84b

Please sign in to comment.