]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
fix test zero option
authorBastian Dehn <hhaalo@arcor.de>
Wed, 1 May 2024 09:51:09 +0000 (11:51 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 1 May 2024 09:51:09 +0000 (11:51 +0200)
tests/kds_s2000w_net_get_opt_tests.c

index 76d8eec2dcb49016cdd8a870cbb3a34a6ede36f8..19d0eb963f976901a84fb72ca34de126031aef41 100644 (file)
@@ -35,7 +35,7 @@ void sane_kds_s2000w_net_control_get_option_zero(void** state)
 
        _sane_kds_s2000w_net_control_option(h, 0, SANE_ACTION_GET_VALUE, &value, NULL);
 
-       assert_int_equal(value, 24);
+       assert_int_equal(value, 23);
 
        free_handler(h);
        h = NULL;