Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Feb 5, 2025
1 parent aebf62d commit fa5ae35
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 fa5ae35

Please sign in to comment.