Skip to content

Commit 51982e4

Browse files
authored
Fix testing class name to be same as PHP file name (intercom#337)
1 parent f12b66a commit 51982e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IntercomSegmentsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Intercom\IntercomSegments;
66

7-
class IntercomSegmentTest extends TestCase
7+
class IntercomSegmentsTest extends TestCase
88
{
99
public function testSegmentList()
1010
{

0 commit comments

Comments
 (0)