Refactoring: Moved test packages

This commit is contained in:
0nlineSam 2025-01-11 11:49:59 +01:00
parent 754f52346f
commit a7b8b7a3f7

View File

@ -1,7 +1,5 @@
package test.dicegame.logic;
package dicegame.logic;
import dicegame.logic.Logic;
import dicegame.logic.SelectionException;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;