Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
meliaj committed May 25, 2017
1 parent e50cd18 commit e1b93e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Clever/EventTest.php
Expand Up @@ -4,7 +4,7 @@ class CleverEventTest extends PHPUnit_Framework_TestCase
{
public function testUrl()
{
$this->assertEquals(CleverEvent::classUrl('CleverEvent'), '/push/events');
$this->assertEquals(CleverEvent::classUrl('CleverEvent'), '/events');
}

public function testAll()
Expand Down

0 comments on commit e1b93e9

Please sign in to comment.