Skip to content

Commit e831787

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

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
@@ -7,7 +7,7 @@
77

88
class IntercomCustomersTest extends TestCase
99
{
10-
public function testUserSearch()
10+
public function testCustomerSearch()
1111
{
1212
$stub = $this->getMockBuilder('Intercom\IntercomClient')->disableOriginalConstructor()->getMock();
1313
$stub->method('post')->willReturn('foo');

0 commit comments

Comments
 (0)