update: rename setup method

This commit is contained in:
Szymon Szczubkowski 2024-01-21 01:05:44 +01:00
parent 8c5d501f92
commit 6593fcf686

View File

@ -11,7 +11,7 @@ import static org.hamcrest.Matchers.hasSize;
public class TypesTest { public class TypesTest {
@BeforeAll @BeforeAll
public static void testSetup() { public static void typesTestSetup() {
RestAssured.baseURI = "https://api.magicthegathering.io/v1/types"; RestAssured.baseURI = "https://api.magicthegathering.io/v1/types";
} }