From 144e6f12661e83e7cbccbe573a3e2342e7c5394e Mon Sep 17 00:00:00 2001 From: Ben Kuhl Date: Tue, 9 Apr 2019 15:00:30 -0400 Subject: [PATCH] Working in github's browser editor is a pain --- tests/Conversations/ConversationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Conversations/ConversationTest.php b/tests/Conversations/ConversationTest.php index 74606440..34926c31 100644 --- a/tests/Conversations/ConversationTest.php +++ b/tests/Conversations/ConversationTest.php @@ -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()