From bfe8f6604c7977e8926174614c2294eb03f96ff0 Mon Sep 17 00:00:00 2001 From: Alex Komarichev Date: Thu, 29 Feb 2024 11:24:24 +0300 Subject: [PATCH] Little code fix --- tests/Bot/Tests/DialogsTest.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/Bot/Tests/DialogsTest.php b/tests/Bot/Tests/DialogsTest.php index 9bc6063..1819f39 100644 --- a/tests/Bot/Tests/DialogsTest.php +++ b/tests/Bot/Tests/DialogsTest.php @@ -218,11 +218,7 @@ class DialogsTest extends TestCase { $this->expectException(\TypeError::class); - $client = self::getApiClient( - null, - null, - false, - ); + $client = self::getApiClient(); $tags[0] = new Tag();