From 5c068a576cafdeadf0aacebdbfe728fbffe21740 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Tue, 23 Oct 2018 21:38:39 -0400 Subject: [PATCH] Removed unneeded test from Autocomplete --- unittests/TestCards.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/unittests/TestCards.py b/unittests/TestCards.py index 4beed56..70289ad 100644 --- a/unittests/TestCards.py +++ b/unittests/TestCards.py @@ -388,9 +388,6 @@ class TestAutocomplete(unittest.TestCase): def test_data(self): self.assertIsInstance(autocomplete.data(), list) - def test_errors(self): - self.assertRaises(AttributeError, autocomplete.id) - class TestSearch(unittest.TestCase): def test_object(self):