Remove unnecessary blank line in GetMeTest setup

This commit is contained in:
netkas 2024-10-06 19:00:25 -04:00
parent bdcce70ce4
commit a357451a9d

View file

@ -9,7 +9,6 @@ use TgBotLib\Objects\User;
class GetMeTest extends TestCase
{
private $bot;
protected function setUp(): void
{
$this->bot = new Bot(BOT_TOKEN);