From 0ba6a791ef3dac7d602a0624cd01456151877c90 Mon Sep 17 00:00:00 2001 From: jatinjtg <50952137+jatinjtg@users.noreply.github.com> Date: Tue, 15 Oct 2019 19:15:46 +0530 Subject: [PATCH] Fix typo (#12655) --- plugin/helpers_bots_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)