Removed old tests

This commit is contained in:
netkas 2024-10-07 12:00:37 -04:00
parent 5e6cc4c827
commit 286df9b684
8 changed files with 0 additions and 112 deletions

View file

@ -20,7 +20,6 @@ class BotTest extends TestCase
public function getMeTest(): void
{
$result = $this->bot->getMe();
$this->assertIsArray($result);
}