Browse Source

something

remotes/origin/Lucas
Lucas Heil 11 months ago
parent
commit
2fd811a549
  1. 1
      src/test/c/test_sudoku.c

1
src/test/c/test_sudoku.c

@ -21,7 +21,6 @@ void tearDown(void)
//1 //1
// Unit test for Level_Pool() function // Unit test for Level_Pool() function
// Call the Level_Pool() function, prints 3 fixed lines and "Available levels for Difficulty <selected difficulty>"
void test_Level_Pool_0() { void test_Level_Pool_0() {
selected_difficulty = 0; selected_difficulty = 0;
Level_Pool(selected_difficulty); Level_Pool(selected_difficulty);

Loading…
Cancel
Save