Skip to content

Commit 1b2da00

Browse files
Update test/IntercomCustomersTest.php
Co-Authored-By: Gabriel Anca Corral <[email protected]>
1 parent e831787 commit 1b2da00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IntercomCustomersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ public function testCustomerSearch()
1313
$stub->method('post')->willReturn('foo');
1414

1515
$users = new IntercomCustomers($stub);
16-
$this->assertEquals('foo', $users->search({"query": {}}));
16+
$this->assertEquals('foo', $users->search(["query": []]));
1717
}
1818
}

0 commit comments

Comments
 (0)