added unit tests

squash me

squash me

squash
This commit is contained in:
rigelrozanski
2017-02-18 19:19:26 -05:00
parent 6a21ad5144
commit 78167b4e3a
11 changed files with 235 additions and 6 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 ""
}