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 5f82b4e commit 52c8b05Copy full SHA for 52c8b05
tests/test_contact.py
@@ -66,6 +66,3 @@ 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