update: rename setup method

This commit is contained in:
Szymon Szczubkowski 2024-01-21 01:05:44 +01:00
parent 8c5d501f92
commit 6593fcf686
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}