Browse Source

Moves tests into the correct package. yeesh.

Caleb Fangmeier 6 years ago
parent
commit
5fec3d4e42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/com/pact/com/pact/test/NodeTest.java

+ 1 - 1
src/com/pact/com/pact/test/NodeTest.java

@@ -1,4 +1,4 @@
-package com.pact.com.pact.test;
+package com.pact.test;
 
 import static org.junit.jupiter.api.Assertions.*;