mirror of https://github.com/velour/catbase.git
twitch: remove broken test
This commit is contained in:
parent
c147e65497
commit
bf54f421fe
|
@ -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)
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue