twitch: remove broken test

This commit is contained in:
Chris Sexton 2022-10-15 10:17:14 -04:00
parent c147e65497
commit bf54f421fe
1 changed files with 0 additions and 6 deletions

View File

@ -53,9 +53,3 @@ func makeTwitchPlugin(t *testing.T) (*Twitch, *bot.MockBot) {
return c, mb return c, mb
} }
func TestTwitch(t *testing.T) {
b, mb := makeTwitchPlugin(t)
b.twitchStatus(makeRequest("!twitch status"))
assert.NotEmpty(t, mb.Messages)
}