Skip to content

Commit 0a265f6

Browse files
committed
Fixing order tests are run so the reply works.
1 parent f4a1cb4 commit 0a265f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_conversations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_conversation_parts(self):
115115
if not part.part_type == 'assignment':
116116
self.assertIsNotNone(part.body)
117117

118-
def test_reply(self):
118+
def test_a_reply(self):
119119
# REPLYING TO CONVERSATIONS
120120
conversation = intercom.conversations.find(id=self.admin_conv.id)
121121
num_parts = len(conversation.conversation_parts)

0 commit comments

Comments
 (0)