We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fa4e4 commit 5f82b4eCopy full SHA for 5f82b4e
tests/test_contact.py
@@ -66,3 +66,6 @@ def test_contact_list(self):
66
self.assertEqual(2, contact_list.totalCount)
67
self.assertEqual('https://rest.messagebird.com/contacts?offset=0', contact_list.links.first)
68
self.assertEqual('https://rest.messagebird.com/contacts/first-id/groups', contact_list.items[0].groups.href)
69
+
70
+ def test_fail(self):
71
+ self.assertEqual(2, 3)
0 commit comments