Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Aug 13, 2024
1 parent 0d967fa commit 13361c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/GroschenIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3433,10 +3433,10 @@ public function testGettingSupplyDates()
public function testGettingContacts()
{
$contact = [
'id' => 57313,
'firstName' => 'Veikko',
'id' => 57428,
'firstName' => 'Aleksi',
'lastName' => 'Neuvonen',
'supplierId' => 20004662,
'supplierId' => 20004783,
];

$this->assertContains($contact, $this->groschen->getContacts());
Expand Down

0 comments on commit 13361c5

Please sign in to comment.