Add registration status in test 003

This commit is contained in:
Quentin Rendu
2024-02-26 16:04:04 +01:00
committed by Claude Brisson
parent 195c3b53ac
commit 211a08705e

View File

@@ -10,7 +10,6 @@ import org.junit.jupiter.api.TestMethodOrder
import kotlin.test.assertEquals import kotlin.test.assertEquals
import kotlin.test.assertNotNull import kotlin.test.assertNotNull
import kotlin.test.assertTrue import kotlin.test.assertTrue
import kotlin.test.fail
@TestMethodOrder(MethodName::class) @TestMethodOrder(MethodName::class)
@TestInstance(TestInstance.Lifecycle.PER_CLASS) @TestInstance(TestInstance.Lifecycle.PER_CLASS)
@@ -85,7 +84,8 @@ class BasicTests: TestBase() {
"rating" to -500, "rating" to -500,
"rank" to -5, "rank" to -5,
"country" to "FR", "country" to "FR",
"club" to "13Ma" "club" to "13Ma",
"final" to true
) )
val anotherPlayer = Json.Object( val anotherPlayer = Json.Object(