Fix up looking for plex.

This commit is contained in:
Rob
2015-06-04 10:45:12 +01:00
parent 35da7264c7
commit 034fb3a2dd
2 changed files with 6 additions and 2 deletions

View File

@@ -150,8 +150,11 @@ class DropBotTestCase(TestCase):
def test_cmd_rageping(self):
pass
def test_carnyx_items(self):
def test_jackdaw(self):
"""
The items in the Carnyx release can be found.
"""
self.assertEqual(self.bot._item_picker("Jackdaw"), (u'34828', u'Jackdaw'))
def test_carnyx_plex(self):
self.assertEqual(self.bot._item_picker("plex"), (u"29668", "30 Day Pilot's License Extension (PLEX)"))