Skip to content

Commit 52c8b05

Browse files
author
marcel corso
committed
remove on purpose failing test
1 parent 5f82b4e commit 52c8b05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_contact.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,3 @@ def test_contact_list(self):
6666
self.assertEqual(2, contact_list.totalCount)
6767
self.assertEqual('https://rest.messagebird.com/contacts?offset=0', contact_list.links.first)
6868
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

Comments
 (0)