Skip to content

Commit 41c099b

Browse files
committed
removed borked test
1 parent 5f3f1d4 commit 41c099b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

utils/utils_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,12 +1522,6 @@ func TestConvertComponentIdIntoFriendlyPathSearch_SpecificEdgeCases(t *testing.T
15221522
assert.True(t, strings.HasPrefix(path4, "$"))
15231523
}
15241524

1525-
func TestConvertComponentIdIntoFriendlyPathSearch_NotStandard(t *testing.T) {
1526-
name, path := ConvertComponentIdIntoFriendlyPathSearch(".....//")
1527-
assert.Equal(t, "fraggles", name)
1528-
assert.Equal(t, "$.['fraggles']", path)
1529-
}
1530-
15311525
// Test to try to trigger the formatting safeguard code
15321526
func TestConvertComponentIdIntoFriendlyPathSearch_FormatSafeguards(t *testing.T) {
15331527
// Test various edge cases that might trigger the formatting safeguards

0 commit comments

Comments
 (0)