Skip to content

Commit

Permalink
add assert
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Mar 28, 2019
1 parent 42ec0a4 commit 76b176d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_whatsapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def test_check_whatsapp_contacts(client):
contacts = ['+55 1 55 1234 5678', '123']
result = client.check_whatsapp_contacts('5215500000000', contacts)
assert '+55 1 55 1234 5678' in result # whatsapp
assert result['+55 1 55 1234 5678'] == '5515512345678'
assert '123' not in result # no whatsapp


Expand Down

0 comments on commit 76b176d

Please sign in to comment.