diff --git a/tests/integration/test_conversations.py b/tests/integration/test_conversations.py index cfbcf8d..54e5115 100644 --- a/tests/integration/test_conversations.py +++ b/tests/integration/test_conversations.py @@ -115,7 +115,7 @@ def test_conversation_parts(self): if not part.part_type == 'assignment': self.assertIsNotNone(part.body) - def test_reply(self): + def test_a_reply(self): # REPLYING TO CONVERSATIONS conversation = intercom.conversations.find(id=self.admin_conv.id) num_parts = len(conversation.conversation_parts)