diff --git a/testutil/daemon/ops.go b/testutil/daemon/ops.go index 9f1fd970ac..df8033657b 100644 --- a/testutil/daemon/ops.go +++ b/testutil/daemon/ops.go @@ -85,7 +85,7 @@ func WithEnvironment(e environment.Execution) Option { } // WithStorageDriver sets store driver option -func WithStorageDriver(driver string) func(d *Daemon) { +func WithStorageDriver(driver string) Option { return func(d *Daemon) { d.storageDriver = driver }