1
0
Fork 0
mirror of synced 2025-04-03 21:23:35 +03:00

Little code fix

This commit is contained in:
Alex Komarichev 2024-02-29 11:24:24 +03:00
parent f5f165f929
commit bfe8f6604c

View file

@ -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();