Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 12, 2024
2 parents dad2972 + 6685785 commit 50951d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NotifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
->and($chatThreadMapping)->toHaveKey('-1008168942527')
->and($chatThreadMapping['-1008168942527'])->toBeArray()
->and($chatThreadMapping['-1008168942527'])->toBe([
0 => '46', 1 => '2'
0 => '46', 1 => '2',
]);
});

0 comments on commit 50951d2

Please sign in to comment.