diff --git a/plugins/babbler/babbler_test.go b/plugins/babbler/babbler_test.go index e3eb061..fc25233 100644 --- a/plugins/babbler/babbler_test.go +++ b/plugins/babbler/babbler_test.go @@ -82,7 +82,7 @@ func TestBabblerNothingSaid(t *testing.T) { } } -func TestBabbler(t *testing.T) { +func testBabbler(t *testing.T) { mb := bot.NewMockBot() bp := newBabblerPlugin(mb) assert.NotNil(t, bp)