This commit is contained in:
Chris Lu 2019-03-16 09:50:57 -07:00
parent 36b632ebcb
commit b92122b885

View file

@ -72,6 +72,8 @@ func TestEmptyRoot(t *testing.T) {
filer.SetStore(store)
filer.DisableDirectoryCache()
ctx := context.Background()
// checking one upper directory
entries, err := filer.ListDirectoryEntries(ctx, filer2.FullPath("/"), "", false, 100)
if err != nil {