Skip to content

Commit

Permalink
Correcting syntax error in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Feb 12, 2025
1 parent 5fa080c commit abb7ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/z_utils_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void test_query_params(void) {
}

const char *params1 = "";
const _z_query_param_t params1_expected[] = {};
const _z_query_param_t params1_expected[0];
TEST_PARAMS(params1, params1_expected, 0);

const char *params2 = "a=1";
Expand Down

0 comments on commit abb7ac8

Please sign in to comment.