Little code fix
This commit is contained in:
parent
f5f165f929
commit
bfe8f6604c
1 changed files with 1 additions and 5 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue