Browse Source

Merge branch 'Lucas' into 'main'

something

See merge request fdai7715/the-hamsters!1
main^2
fdai7356 11 months ago
parent
commit
f8017529d0
  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