mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue