Removed unneeded test from Autocomplete

This commit is contained in:
Nanda Scott 2018-10-23 21:38:39 -04:00
parent b90946240c
commit 5c068a576c
1 changed files with 0 additions and 3 deletions

View File

@ -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):