refactor: enhance code documentation and remove unnecessary greeting outputs in tests
This commit is contained in:
@@ -9,7 +9,7 @@ public class TestBlocRectangle {
|
||||
@Test
|
||||
public void blocRectangle() {
|
||||
System.out.println("TEST BLOC RECTANGLE : ");
|
||||
System.out.println(new App().getGreeting());
|
||||
|
||||
// Create a new Sudoku
|
||||
Sudoku sudoku = new Sudoku(15);
|
||||
ArrayList<Symbole> symboles = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user