diff --git a/tests/CentrifugeTest.php b/tests/CentrifugeTest.php index bec2ca0..ed84463 100644 --- a/tests/CentrifugeTest.php +++ b/tests/CentrifugeTest.php @@ -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();