From 1c832556018ad2958e0246c1bb87dcee756c5978 Mon Sep 17 00:00:00 2001 From: "kamil.jedrzejuk" Date: Mon, 7 Oct 2024 09:55:37 +0200 Subject: [PATCH] Added TODO --- .../currencyexchangeapi/web/AccountCreationIntegrationTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/integrationTest/kotlin/camilyed/github/io/currencyexchangeapi/web/AccountCreationIntegrationTest.kt b/src/integrationTest/kotlin/camilyed/github/io/currencyexchangeapi/web/AccountCreationIntegrationTest.kt index e8838d7..a6afb27 100644 --- a/src/integrationTest/kotlin/camilyed/github/io/currencyexchangeapi/web/AccountCreationIntegrationTest.kt +++ b/src/integrationTest/kotlin/camilyed/github/io/currencyexchangeapi/web/AccountCreationIntegrationTest.kt @@ -115,4 +115,6 @@ class AccountCreationIntegrationTest : .isBadRequest() .hasProblemDetail("X-Request-Id", "X-Request-Id is required and must be a valid UUID") } + + // TODO add test for optimistick locking ? }