Skip to content

Commit

Permalink
- Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed May 24, 2018
1 parent c649985 commit bc83553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/IPubTests/WebSocketsWAMPClient/ExtensionTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class ExtensionTest extends Tester\TestCase
{
$dic = $this->createContainer();

Assert::true($dic->getService('client.loop') instanceof React\EventLoop\LoopInterface::class);
Assert::true($dic->getService('client.configuration') instanceof WebSocketsWAMPClient\Client\Configuration::class);
Assert::true($dic->getService('client.loop') instanceof React\EventLoop\LoopInterface);
Assert::true($dic->getService('client.configuration') instanceof WebSocketsWAMPClient\Client\Configuration);
Assert::true($dic->getService('client.client') instanceof WebSocketsWAMPClient\Client\IClient);
}

Expand Down

0 comments on commit bc83553

Please sign in to comment.