Make test public
This commit is contained in:
parent
8a3ef2fafb
commit
6d93c4cbb5
@ -5,11 +5,11 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
|||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.junit.jupiter.api.DisplayName;
|
import org.junit.jupiter.api.DisplayName;
|
||||||
|
|
||||||
class MainTest {
|
public class MainTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("Temp Test")
|
@DisplayName("Temp Test")
|
||||||
void tempTest() {
|
public void tempTest() {
|
||||||
assertEquals(1, 1);
|
assertEquals(1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user