Removed unneeded test from Autocomplete
This commit is contained in:
parent
b90946240c
commit
5c068a576c
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue