e2e storage: fix type in comment

This commit is contained in:
Patrick Ohly 2019-12-09 16:46:45 +01:00
parent 17ae1eda3e
commit 3cc926f5ef

View File

@ -40,7 +40,7 @@ import (
) )
// DriverDefinition needs to be filled in via a .yaml or .json // DriverDefinition needs to be filled in via a .yaml or .json
// file. It's methods then implement the TestDriver interface, using // file. Its methods then implement the TestDriver interface, using
// nothing but the information in this struct. // nothing but the information in this struct.
type driverDefinition struct { type driverDefinition struct {
// DriverInfo is the static information that the storage testsuite // DriverInfo is the static information that the storage testsuite