Skip to content

Commit

Permalink
Update unittest.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding authored Jun 12, 2024
1 parent 72705e8 commit 4af8569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/source/unittest/unittest.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ void fossil_test_environment_erase(void) {
fossil_env_t fossil_test_environment_create(int argc, char **argv) {
fossil_test_cli_parse(argc, argv, commands);

fossil_env_t env;
fossil_env_t env = {0};

// Initialize test statistics
env.stats.expected_passed_count = 0;
Expand Down

0 comments on commit 4af8569

Please sign in to comment.