diff --git a/fstest/mockobject/mockobject.go b/fstest/mockobject/mockobject.go index dad56a634..89f0fab74 100644 --- a/fstest/mockobject/mockobject.go +++ b/fstest/mockobject/mockobject.go @@ -119,7 +119,7 @@ func (o *ContentMockObject) SetFs(f fs.Fs) { // SetUnknownSize makes the mock object return -1 for size if true func (o *ContentMockObject) SetUnknownSize(unknownSize bool) { - o.unknownSize = true + o.unknownSize = unknownSize } // Fs returns read only access to the Fs that this object is part of