From be9f84be3327bac4bd09b9db58099956e85c42f9 Mon Sep 17 00:00:00 2001 From: Willem van Verseveld Date: Wed, 21 Feb 2024 08:46:33 +0100 Subject: [PATCH] Update test WflowServer (merge master) --- server/test/client.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/test/client.jl b/server/test/client.jl index 049771ccb..41fc1182d 100644 --- a/server/test/client.jl +++ b/server/test/client.jl @@ -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.θᵣ",