Skip to content

Commit

Permalink
Fixed test for history method
Browse files Browse the repository at this point in the history
  • Loading branch information
stenin-nikita committed Apr 8, 2017
1 parent dac8cab commit 54f1157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CentrifugeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function testCentrifugeApi()

$history = $this->centrifuge->history('test-channel');
$this->assertEquals($history['method'], 'history');
$this->assertEquals($history['error'], null);
$this->assertEquals($history['error'], 'not available');
$this->assertEquals($history['body']['channel'], 'test-channel');

$channels = $this->centrifuge->channels();
Expand Down

0 comments on commit 54f1157

Please sign in to comment.