mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-18 04:09:27 +00:00
Fix up looking for plex.
This commit is contained in:
@@ -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)"))
|
||||
|
||||
Reference in New Issue
Block a user