Skip to content

Commit e1787ed

Browse files
akapaGergely Illyes
andcommitted
fix test
- AUT-3515 Co-authored-by: Gergely Illyes <illyes.gergely@gmail.com>
1 parent daaed3c commit e1787ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/unit/Suite/Api/ContactListTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ public function replaceContactList_Perfect_Perfect(): void
221221
]
222222
)->willReturn($this->apiSuccess());
223223

224-
$contactListId = $this->listService->replaceContactList($this->customerId, $this->contactListId, $contactIds);
225-
$this->assertEquals($this->contactListId, $contactListId);
224+
$this->listService->replaceContactList($this->customerId, $this->contactListId, $contactIds);
226225
}
227226

228227
/**

0 commit comments

Comments
 (0)