beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Home Page:https://beyondstorage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests: List with ListModePart should be on specific path

Xuanwo opened this issue · comments

it, err := store.List("", pairs.WithListMode(types.ListModePart))
Convey("The error should be nil", func() {
So(err, ShouldBeNil)
})

We need to use store.List(path, pairs.WithListMode(types.ListModePart)) here.

commented

Fixed by #1010.

@Joey2132, instead of add comment Fixed by #1010. here, you can say Fixed #1000 in #1010.