mock: fix interface

This commit is contained in:
Chris Sexton 2020-10-09 12:04:33 -04:00
parent 2fb84219a0
commit 969cbb37a1
1 changed files with 2 additions and 0 deletions

View File

@ -115,3 +115,5 @@ func NewMockBot() *MockBot {
func (mb *MockBot) GetPluginNames() []string { return nil }
func (mb *MockBot) RefreshPluginBlacklist() error { return nil }
func (mb *MockBot) RefreshPluginWhitelist() error { return nil }
func (mb *MockBot) GetWhitelist() []string { return []string{} }