From bf54f421fe0e564f1ef65a1e3f9415fd68248445 Mon Sep 17 00:00:00 2001 From: Chris Sexton <3216719+chrissexton@users.noreply.github.com> Date: Sat, 15 Oct 2022 10:17:14 -0400 Subject: [PATCH] twitch: remove broken test --- plugins/twitch/twitch_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/twitch/twitch_test.go b/plugins/twitch/twitch_test.go index 646b76b..e435ced 100644 --- a/plugins/twitch/twitch_test.go +++ b/plugins/twitch/twitch_test.go @@ -53,9 +53,3 @@ func makeTwitchPlugin(t *testing.T) (*Twitch, *bot.MockBot) { return c, mb } - -func TestTwitch(t *testing.T) { - b, mb := makeTwitchPlugin(t) - b.twitchStatus(makeRequest("!twitch status")) - assert.NotEmpty(t, mb.Messages) -}