mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-27 20:59:42 +08:00
fix test prefix is a directory (#4393)
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
This commit is contained in:
parent
44ad07276c
commit
095cdb0c7f
@ -54,8 +54,8 @@ func Test_normalizePrefixMarker(t *testing.T) {
|
||||
{"prefix is a directory",
|
||||
args{"/parentDir/data/",
|
||||
""},
|
||||
"parentDir/data",
|
||||
"",
|
||||
"parentDir",
|
||||
"data",
|
||||
"",
|
||||
},
|
||||
{"normal case",
|
||||
|
Loading…
Reference in New Issue
Block a user