Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Update mock type with updated interface
Browse files Browse the repository at this point in the history
  • Loading branch information
geauxvirtual committed Oct 13, 2015
1 parent 2d36075 commit 68b2cb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions control/control_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,10 @@ func (m *mockCDProc) Process(in map[string]ctypes.ConfigValue) (*map[string]ctyp
return &in, nil
}

func (m *mockCDProc) HasRules() bool {
return true
}

// TODO move to metricCatalog
// func TestResolvePlugin(t *testing.T) {
// Convey(".resolvePlugin()", t, func() {
Expand Down

0 comments on commit 68b2cb7

Please sign in to comment.