mirror of
https://github.com/rclone/rclone.git
synced 2026-01-08 19:43:58 +00:00
lib/pacer: fix test on macOS
This commit is contained in:
@@ -237,7 +237,6 @@ func TestGoogleDrivePacer(t *testing.T) {
|
||||
count := 0
|
||||
for i := 0; i < test.calls; i++ {
|
||||
sleep := c.Calculate(State{})
|
||||
time.Sleep(sleep)
|
||||
if sleep != 0 {
|
||||
count++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user