Skip to content

Commit

Permalink
Fix testing class name to be same as PHP file name (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k authored Jan 4, 2021
1 parent f12b66a commit 51982e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IntercomSegmentsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Intercom\IntercomSegments;

class IntercomSegmentTest extends TestCase
class IntercomSegmentsTest extends TestCase
{
public function testSegmentList()
{
Expand Down

0 comments on commit 51982e4

Please sign in to comment.