Merge branch 'unitTests' into develop

This commit is contained in:
Ethan Buchman
2017-02-23 19:10:26 -05:00
12 changed files with 381 additions and 74 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func New() *CounterPlugin {
return &CounterPlugin{}
}
func (cp *CounterPlugin) SetOption(store types.KVStore, key string, value string) (log string) {
func (cp *CounterPlugin) SetOption(store types.KVStore, key, value string) (log string) {
return ""
}