mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
func mockNewFs(t *testing.T) func() {
|
||||
f := mockfs.NewFs("mock", "mock")
|
||||
f := mockfs.NewFs(context.Background(), "mock", "mock")
|
||||
cache.Put("/", f)
|
||||
return func() {
|
||||
cache.Clear()
|
||||
|
Reference in New Issue
Block a user