|
|
@ -31,7 +31,7 @@ func TestCreateAndFind(t *testing.T) { |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
if err := testFiler.CreateEntry(ctx, entry1, false, false, nil); err != nil { |
|
|
|
if err := testFiler.CreateEntry(ctx, entry1, false, false, nil,true); err != nil { |
|
|
|
t.Errorf("create entry %v: %v", entry1.FullPath, err) |
|
|
|
return |
|
|
|
} |
|
|
|