Skip to content

Commit 5c9d3bd

Browse files
author
Bill Bensing
committed
moved tests to namespace which reflects the source code
1 parent 45e5aa0 commit 5c9d3bd

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/test/java/com/wb3tech/kernel/EntityTests.java renamed to src/test/java/com/wb3tech/kernel/entity/EntityTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
package com.wb3tech.kernel;
1+
package com.wb3tech.kernel.entity;
22

3-
import com.wb3tech.kernel.entity.Entity;
4-
import com.wb3tech.kernel.entity.Identity;
53
import org.junit.jupiter.api.Assertions;
64
import org.junit.jupiter.api.DisplayName;
75
import org.junit.jupiter.api.Tag;

src/test/java/com/wb3tech/kernel/IdentityTests.java renamed to src/test/java/com/wb3tech/kernel/entity/IdentityTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.wb3tech.kernel;
1+
package com.wb3tech.kernel.entity;
22

33
import com.wb3tech.kernel.entity.Identity;
44
import org.junit.jupiter.api.Assertions;

0 commit comments

Comments
 (0)