Skip to content

Commit

Permalink
test(go): Add () to function names in test case names
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Dec 13, 2023
1 parent 4ad17d3 commit b7f5a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/package-managers/go/src/test/kotlin/GoModTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import io.kotest.matchers.should
import io.kotest.matchers.shouldBe

class GoModTest : WordSpec({

Check warning on line 29 in plugins/package-managers/go/src/test/kotlin/GoModTest.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "GoModTest" is never used
"parseWhyOutput" should {
"parseWhyOutput()" should {
"detect packages that are used" {
val output = """
# cloud.google.com/go
Expand Down Expand Up @@ -72,7 +72,7 @@ class GoModTest : WordSpec({
}
}

"escapeModuleVersion" should {
"escapeModuleVersion()" should {
"escape uppercase letters" {
val version = "v0.1.0-MS4.0.20231102094829-08e0c3cd016c"
val escapedVersion = escapeModuleVersion(version)
Expand Down

0 comments on commit b7f5a38

Please sign in to comment.