Skip to content

Commit

Permalink
test(clearly-defined): Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Oct 15, 2023
1 parent 7085571 commit ff77e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/clearly-defined/src/test/kotlin/CoordinatesTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import io.kotest.core.spec.style.WordSpec
import io.kotest.matchers.shouldBe

class CoordinatesTest : WordSpec({

Check warning on line 25 in clients/clearly-defined/src/test/kotlin/CoordinatesTest.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "CoordinatesTest" is never used
"Reconstructing corrdinates from their string representation" should {
"Reconstructing coordinates from their string representation" should {
"work for full coordinates" {
val coords = Coordinates(
type = ComponentType.MAVEN,
Expand Down

0 comments on commit ff77e61

Please sign in to comment.