drivers/mock: fix plugin name

Was mock_driver before plugins, so keep the name.
This commit is contained in:
Michael Schurter 2018-10-15 20:03:51 -07:00
parent fd2db90569
commit 64605a3957

View file

@ -21,7 +21,7 @@ import (
const (
// pluginName is the name of the plugin
pluginName = "mock"
pluginName = "mock_driver"
// fingerprintPeriod is the interval at which the driver will send fingerprint responses
fingerprintPeriod = 500 * time.Millisecond