Skip to content

Commit

Permalink
rewind test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 13, 2024
1 parent ffe0251 commit bf13c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/blackbox/suites/easy/easy_unset.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ TEST easy_unset_one(void) {

FILE * fp = fopen(get_settings_singleton()->filepath, "rb");
ASSERTm("COULDN'T OPEN FILE", fp);

rewind(fp);

Kakuro board = init_kakuro(fp);
print_board(board);
fclose(fp);
Expand Down

0 comments on commit bf13c18

Please sign in to comment.