From 211a08705e9f28015373497a25c7725489e554c3 Mon Sep 17 00:00:00 2001 From: Quentin Rendu Date: Mon, 26 Feb 2024 16:04:04 +0100 Subject: [PATCH] Add registration status in test 003 --- api-webapp/src/test/kotlin/BasicTests.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-webapp/src/test/kotlin/BasicTests.kt b/api-webapp/src/test/kotlin/BasicTests.kt index b64476f..8484246 100644 --- a/api-webapp/src/test/kotlin/BasicTests.kt +++ b/api-webapp/src/test/kotlin/BasicTests.kt @@ -10,7 +10,6 @@ import org.junit.jupiter.api.TestMethodOrder import kotlin.test.assertEquals import kotlin.test.assertNotNull import kotlin.test.assertTrue -import kotlin.test.fail @TestMethodOrder(MethodName::class) @TestInstance(TestInstance.Lifecycle.PER_CLASS) @@ -85,7 +84,8 @@ class BasicTests: TestBase() { "rating" to -500, "rank" to -5, "country" to "FR", - "club" to "13Ma" + "club" to "13Ma", + "final" to true ) val anotherPlayer = Json.Object(