Skip to content

Commit

Permalink
Update test count check
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Jun 12, 2024
1 parent cb14eb3 commit 51f4009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emails_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_search_with_match_any(self):
criteria.body = "this is a link"
criteria.match = "ANY"
results = self.client.messages.search(self.server, criteria).items
self.assertEqual(4, len(results))
self.assertEqual(5, len(results))

def test_search_with_special_characters(self):
criteria = SearchCriteria()
Expand Down

0 comments on commit 51f4009

Please sign in to comment.