update: rename setup method

This commit is contained in:
Szymon Szczubkowski 2024-01-21 00:55:36 +01:00
parent 6c77ff9529
commit 355bcd94e7

View File

@ -13,7 +13,7 @@ import static org.hamcrest.Matchers.equalTo;
public class CardsTest { public class CardsTest {
@BeforeAll @BeforeAll
public static void testSetup() { public static void cardsTestSetup() {
RestAssured.baseURI = "https://api.magicthegathering.io/v1/cards"; RestAssured.baseURI = "https://api.magicthegathering.io/v1/cards";
} }