mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 06:09:44 +02:00
mockobject: fix SetUnknownSize method to obey parameter passed in
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user