From 6685785137ddc1fb5ea6fba7c2cdd11242123506 Mon Sep 17 00:00:00 2001 From: tanhongit Date: Fri, 12 Jan 2024 09:42:25 +0000 Subject: [PATCH] Fix styling --- tests/NotifierTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]); });