Skip to content

Commit a10b4ed

Browse files
committed
fix test without expectation
AUT-4039
1 parent 862d983 commit a10b4ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/unit/Suite/Api/ContactListTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public function replaceContactList_Perfect_Perfect(): void
212212
{
213213
$contactIds = [1, 2, 3];
214214
$this->apiClient
215+
->expects($this->once())
215216
->method('post')
216217
->with(
217218
"api_base_url/$this->customerId/contactlist/654321/replace",

0 commit comments

Comments
 (0)