rename example unit tests to prevent naming issues

This commit is contained in:
James Seibel
2024-03-24 11:38:30 -05:00
parent 661f286b77
commit ed9cf526cd
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ import org.junit.Test;
* @author James Seibel
* @version 2022-9-5
*/
public class ExampleTest
public class ExampleApiTest
{
@Test