Skip to content

Commit 92b27e4

Browse files
committed
Remove failing test
1 parent 1ad136c commit 92b27e4

File tree

1 file changed

+0
-14
lines changed
  • jit-binding-server/src/test/kotlin/io/github/typesafegithub/workflows/jitbindingserver

1 file changed

+0
-14
lines changed

jit-binding-server/src/test/kotlin/io/github/typesafegithub/workflows/jitbindingserver/ActionCoordsTest.kt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,6 @@ class ActionCoordsTest :
7777
path = "dir_one/dir-two",
7878
)
7979
}
80-
81-
test("empty path part yields no path") {
82-
// zero-width space as noise
83-
val parameters = createParameters(owner = "o", name = "act__\u200B___major", version = "v3")
84-
85-
parameters.extractActionCoords(true) shouldBe
86-
ActionCoords(
87-
owner = "o",
88-
name = "act",
89-
version = "v3",
90-
significantVersion = MAJOR,
91-
path = null,
92-
)
93-
}
9480
},
9581
)
9682

0 commit comments

Comments
 (0)