From a29151587a04694f33a7769e19935c843aa4fe86 Mon Sep 17 00:00:00 2001 From: Johan Basson Date: Tue, 18 Nov 2025 14:30:44 +0200 Subject: [PATCH 1/2] Fix code formatting --- .../za/co/ee/learning/integration/GetUsersIntegrationTest.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http4k-example/src/test/kotlin/za/co/ee/learning/integration/GetUsersIntegrationTest.kt b/http4k-example/src/test/kotlin/za/co/ee/learning/integration/GetUsersIntegrationTest.kt index c5ac5c3..f5f4582 100644 --- a/http4k-example/src/test/kotlin/za/co/ee/learning/integration/GetUsersIntegrationTest.kt +++ b/http4k-example/src/test/kotlin/za/co/ee/learning/integration/GetUsersIntegrationTest.kt @@ -11,7 +11,8 @@ import org.hamcrest.Matchers.equalTo import org.hamcrest.Matchers.hasItem import org.hamcrest.Matchers.notNullValue import java.time.Instant -import java.util.* +import java.util.Date +import java.util.UUID class GetUsersIntegrationTest : BaseIntegrationTest() { private fun getValidToken(): String { From a3538da2a699308dcab4957c6b0c850740292885 Mon Sep 17 00:00:00 2001 From: Johan Basson Date: Tue, 18 Nov 2025 14:32:01 +0200 Subject: [PATCH 2/2] Ignore logs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d648e5..67dabb2 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ bin/ ### Mac OS ### .DS_Store -CLAUDE.md \ No newline at end of file +CLAUDE.md +*/logs/* \ No newline at end of file