rename example unit tests to prevent naming issues
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ import org.junit.Test;
|
||||
* @author James Seibel
|
||||
* @version 2022-9-5
|
||||
*/
|
||||
public class ExampleTest
|
||||
public class ExampleApiTest
|
||||
{
|
||||
|
||||
@Test
|
||||
+1
-1
@@ -28,7 +28,7 @@ import org.junit.Test;
|
||||
* @author James Seibel
|
||||
* @version 2022-9-5
|
||||
*/
|
||||
public class ExampleTest
|
||||
public class ExampleCoreTest
|
||||
{
|
||||
|
||||
@Test
|
||||
Reference in New Issue
Block a user