Skip to content

Commit

Permalink
fix: update assertion method in test queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Jun 17, 2024
1 parent f65da58 commit 2d72d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def test_Test_video_ftype(self):

def test_Test_video_fquality(self):
"""Tests video fquality"""
self.assertEqual(self.third_query.get("fquality"), 720)
self.assertIn('720', self.third_query.get("fquality"))

def test_affirrm_video_link(self):
"""Tests video link"""
Expand Down

0 comments on commit 2d72d41

Please sign in to comment.