Skip to content

Commit

Permalink
Fixing order tests are run so the reply works.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeyes committed Aug 20, 2015
1 parent f4a1cb4 commit 0a265f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_conversations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0a265f6

Please sign in to comment.