Fixed compile errors
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
|
||||
public class Tests{
|
||||
|
||||
@Test
|
||||
void testThings(){
|
||||
@BeforeEach
|
||||
void launchApplication(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user