From 496a41e9df6bd913ce5753f1884bfcc48e6c37a5 Mon Sep 17 00:00:00 2001 From: Lucas Heil Date: Thu, 8 Feb 2024 16:23:57 +0100 Subject: [PATCH] something --- src/test/c/test_sudoku.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/c/test_sudoku.c b/src/test/c/test_sudoku.c index 557f85d..1fbe4e9 100644 --- a/src/test/c/test_sudoku.c +++ b/src/test/c/test_sudoku.c @@ -21,7 +21,6 @@ void tearDown(void) //1 // Unit test for Level_Pool() function -// Call the Level_Pool() function, prints 3 fixed lines and "Available levels for Difficulty " void test_Level_Pool_0() { selected_difficulty = 0; Level_Pool(selected_difficulty);