update: rename setup method
This commit is contained in:
parent
8c5d501f92
commit
6593fcf686
@ -11,7 +11,7 @@ import static org.hamcrest.Matchers.hasSize;
|
||||
public class TypesTest {
|
||||
|
||||
@BeforeAll
|
||||
public static void testSetup() {
|
||||
public static void typesTestSetup() {
|
||||
RestAssured.baseURI = "https://api.magicthegathering.io/v1/types";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user