From ff77e61ee719a46d9638dd67ec0cd8b69519c1ae Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Sun, 15 Oct 2023 11:57:54 +0200 Subject: [PATCH] test(clearly-defined): Fix a typo Signed-off-by: Frank Viernau --- clients/clearly-defined/src/test/kotlin/CoordinatesTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/clearly-defined/src/test/kotlin/CoordinatesTest.kt b/clients/clearly-defined/src/test/kotlin/CoordinatesTest.kt index 11d4f6ff2890f..e36084a2f5f15 100644 --- a/clients/clearly-defined/src/test/kotlin/CoordinatesTest.kt +++ b/clients/clearly-defined/src/test/kotlin/CoordinatesTest.kt @@ -23,7 +23,7 @@ import io.kotest.core.spec.style.WordSpec import io.kotest.matchers.shouldBe class CoordinatesTest : WordSpec({ - "Reconstructing corrdinates from their string representation" should { + "Reconstructing coordinates from their string representation" should { "work for full coordinates" { val coords = Coordinates( type = ComponentType.MAVEN,