diff --git a/pkg/api/aiden/aiden_test.go b/pkg/api/aiden/aiden_test.go index a23a9a0..64293eb 100644 --- a/pkg/api/aiden/aiden_test.go +++ b/pkg/api/aiden/aiden_test.go @@ -4,6 +4,8 @@ import ( "testing" ) +// TestAidenBotRatelimits calls aidens bot ratelimits api and checks +// the results against each other with my bot and another verified bot. func TestAidenBotRatelimits(t *testing.T) { t.Run("returns a twitch accounts ratelimits", func(t *testing.T) { requestPajbot, _ := ApiCall("api/v1/twitch/botStatus/pajbot?includeLimits=1")