diff --git a/tests/NotifierTest.php b/tests/NotifierTest.php index 83f8f0f..15373fe 100644 --- a/tests/NotifierTest.php +++ b/tests/NotifierTest.php @@ -23,6 +23,6 @@ ->and($chatThreadMapping)->toHaveKey('-1008168942527') ->and($chatThreadMapping['-1008168942527'])->toBeArray() ->and($chatThreadMapping['-1008168942527'])->toBe([ - 0 => '46', 1 => '2' + 0 => '46', 1 => '2', ]); });