Skip to content

Commit

Permalink
Fix tests (add-ons#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister authored Mar 29, 2021
1 parent d546cef commit 3b7245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vrtplayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_featured(self):
self.assertTrue(feature.label in [item.get('name') for item in FEATURED], msg='%s is missing' % feature.label)
for feature in FEATURED:
self.assertTrue(feature.get('name') in [item.label for item in featured_items], msg='%s doesn\'t exist online' % feature.get('name'))
self.assertEqual(len(featured_items), 6)
self.assertEqual(len(featured_items), 7)

def test_play_unknown_program(self):
"""Test playing latest episode of an unknown program"""
Expand Down

0 comments on commit 3b7245a

Please sign in to comment.