Fix tests for the get_systems change.

This commit is contained in:
2014-08-27 17:41:53 +01:00
parent dcfc57807d
commit 2e603937af
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ class DropBotTestCase(TestCase):
self.assertEquals(self.bot._system_picker('Jit'), 30000142)
self.assertIs(type(self.bot._system_picker('J')), str)
self.assertEqual(self.bot._system_picker('J'), 'More than 10 systems match J, please provide a more complete name')
self.assertEqual(self.bot._system_picker('GE-'), 'Did you mean: GGE-5Q, GE-94X, GE-8JV, IGE-NE, IGE-RI?')
self.assertEqual(self.bot._system_picker('GE-'), 'Did you mean: GE-94X, GE-8JV?')
self.assertEqual(self.bot._system_picker('asdasd'), 'No systems found matching asdasd')
def test_get_evecentral_price(self):