Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed Feb 6, 2025
1 parent 2d96314 commit cf39e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/json_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ main (int argc, char **argv)
add_test_with_context (suite, json, gvm_json_obj_check_int_0_when_has);
add_test_with_context (suite, json, gvm_json_obj_check_int_1_when_missing);
add_test_with_context (suite, json, gvm_json_obj_check_int_1_when_str);
add_test_with_context (suite, json, gvm_json_obj_check_int_0_and_val_when_has);
add_test_with_context (suite, json,
gvm_json_obj_check_int_0_and_val_when_has);

if (argc > 1)
return run_single_test (suite, argv[1], create_text_reporter ());
Expand Down

0 comments on commit cf39e1c

Please sign in to comment.