diff --git a/plugin/helpers_bots_test.go b/plugin/helpers_bots_test.go index 776c32a10b..792f67e177 100644 --- a/plugin/helpers_bots_test.go +++ b/plugin/helpers_bots_test.go @@ -136,7 +136,7 @@ func TestEnsureBot(t *testing.T) { assert.Nil(t, err) }) - t.Run("shoudl fail if create bot fails", func(t *testing.T) { + t.Run("should fail if create bot fails", func(t *testing.T) { api := setupAPI() api.On("KVGet", plugin.BOT_USER_KEY).Return(nil, nil) api.On("GetUserByUsername", testbot.Username).Return(nil, nil)