mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
size: warn about inaccurate results when objects with unknown size
This commit is contained in:
@@ -451,8 +451,9 @@ func TestRcSize(t *testing.T) {
|
||||
out, err := call.Fn(context.Background(), in)
|
||||
require.NoError(t, err)
|
||||
assert.Equal(t, rc.Params{
|
||||
"count": int64(3),
|
||||
"bytes": int64(120),
|
||||
"count": int64(3),
|
||||
"bytes": int64(120),
|
||||
"sizeless": int64(0),
|
||||
}, out)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user