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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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