not needed

This commit is contained in:
Joshua Perry 2023-02-05 18:15:46 +00:00
parent 1a39878c1c
commit e121be8403
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
package com.r0r5chach;
import org.junit.jupiter.api.Test;
public class ManagerTest {
@Test
public void managerTestGetCompetitors() {
//Already tested in managerTest()
}
@Test
public void managerTestInit() {
//Already tested in managerTest()
}
}