diff --git a/tests/test_client_cli.c b/tests/test_client_cli.c index 9c7ef2b..c6387f5 100644 --- a/tests/test_client_cli.c +++ b/tests/test_client_cli.c @@ -256,8 +256,8 @@ static void test_parse_args_rejects_unimplemented_options() { "--ipv4", "--daemon", "--config", - "--server", - "--compress-choice"}; + "--server", + "--compress-choice"}; for (size_t i = 0; i < sizeof(options) / sizeof(options[0]); i++) { Config* cfg = config_create();