mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
mockobject: fix SetUnknownSize method to obey parameter passed in
This commit is contained in:
parent
bb88b8499b
commit
72dfdd97d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user