Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
- AUT-3515

Co-authored-by: Gergely Illyes <illyes.gergely@gmail.com>
  • Loading branch information
akapa and Gergely Illyes committed Nov 12, 2024
1 parent daaed3c commit e1787ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/Suite/Api/ContactListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ public function replaceContactList_Perfect_Perfect(): void
]
)->willReturn($this->apiSuccess());

$contactListId = $this->listService->replaceContactList($this->customerId, $this->contactListId, $contactIds);
$this->assertEquals($this->contactListId, $contactListId);
$this->listService->replaceContactList($this->customerId, $this->contactListId, $contactIds);
}

/**
Expand Down

0 comments on commit e1787ed

Please sign in to comment.