Skip to content

Commit 5f82b4e

Browse files
author
marcel corso
committed
send a failing test to test CI
1 parent 57fa4e4 commit 5f82b4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_contact.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ 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)