summaryrefslogtreecommitdiff
path: root/tests/addressbook
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-06-08 16:09:24 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-06-08 16:19:05 +0200
commitc22802fc6a7cdd5643d55a89f38b95d149fd2650 (patch)
tree3dd347db8cedd539e17a26834e4f0c109514b96e /tests/addressbook
parent1c72a19d59c24a5621180118b779de22d2e9ea34 (diff)
Correct membership test
Diffstat (limited to 'tests/addressbook')
-rw-r--r--tests/addressbook/external_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/addressbook/external_test.py b/tests/addressbook/external_test.py
index 059140a6..2211769e 100644
--- a/tests/addressbook/external_test.py
+++ b/tests/addressbook/external_test.py
@@ -53,7 +53,6 @@ class TestExternalAddressbookGetContacts(unittest.TestCase):
actual = abook.get_contacts()
self.assertListEqual(actual, [])
- @unittest.expectedFailure
def test_returns_empty_list_if_regex_has_no_email_submatches(self):
abook = external.ExternalAddressbook(
'foobar', self.regex.replace('email', 'xemail'))