Skip to content

Commit

Permalink
fixed test packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSchnur committed Jun 17, 2024
1 parent 99e3620 commit 286ef1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package game_engine.controller.math_engine;

import game_engine.controller.math_engine.EPoint;
import org.junit.jupiter.api.*;
import static org.junit.jupiter.api.Assertions.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package game_engine.controller.math_engine;

import game_engine.controller.math_engine.EVector;
import org.junit.jupiter.api.*;
import static org.junit.jupiter.api.Assertions.*;

Expand Down

0 comments on commit 286ef1f

Please sign in to comment.