fix test prefix is a directory (#4393)

Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
This commit is contained in:
Konstantin Lebedev
2023-04-12 12:08:13 +05:00
committed by GitHub
parent 44ad07276c
commit 095cdb0c7f

View File

@@ -54,8 +54,8 @@ func Test_normalizePrefixMarker(t *testing.T) {
{"prefix is a directory",
args{"/parentDir/data/",
""},
"parentDir/data",
"",
"parentDir",
"data",
"",
},
{"normal case",