From 03a056f35d58f22d7a9e273ca4f74a3d124e090c Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 17 Feb 2025 19:28:17 +0100 Subject: [PATCH] change option count test green --- tests/kds_s2000w_net_get_opt_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kds_s2000w_net_get_opt_tests.c b/tests/kds_s2000w_net_get_opt_tests.c index 64f39d6..877015f 100644 --- a/tests/kds_s2000w_net_get_opt_tests.c +++ b/tests/kds_s2000w_net_get_opt_tests.c @@ -7,7 +7,7 @@ #include "../src/kds_s2000w_net.h" #include "../src/kds_s2000w_handler.h" -#define MAX_OPTION_COUNT 44 +#define MAX_OPTION_COUNT 45 void sane_kds_s2000w_net_control_get_option_zero_test(void** state) { -- 2.39.5