Skip to content

Commit

Permalink
Working in github's browser editor is a pain
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuhl authored Apr 9, 2019
1 parent 5ddda74 commit 144e6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Conversations/ConversationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public function testSettingAssigneeAlsoSetsAssignToId()
$assignee->setId(41);
$convo->setAssignee($assignee);

$this->assertSame($user->getId(), $convo->getAssignTo());
$this->assertSame($assignee->getId(), $convo->getAssignTo());
}

public function testChatConvo()
Expand Down

0 comments on commit 144e6f1

Please sign in to comment.