Skip to content

Commit

Permalink
Not to day, actual blindness, not today.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickALafrance committed Mar 6, 2020
1 parent 157f7ea commit be5f24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Bayeux/BayeuxClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function (ChannelInterface $channel, Message $message) use ($name, &$consumer) {
$channel->subscribe(
Consumer::create(
function (ChannelInterface $channel, Message $message) use ($name) {
$this->assertEquals("/topic/AccountTopic", $channel->getChannelId());
$this->assertEquals(getenv('AccountPushTopic'), $channel->getChannelId());
$data = $message->getData();
$this->assertNotNull($data);
$sobject = $data->getSobject();
Expand Down

0 comments on commit be5f24b

Please sign in to comment.