Skip to content

Commit

Permalink
Remove check of track only attribute in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Dec 29, 2023
1 parent 50ee424 commit fa990b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ def test_video_Movie_attrs(movies):
assert audio._server._baseurl == utils.SERVER_BASEURL
assert audio.title is None
assert audio.type == 2
with pytest.raises(AttributeError):
assert audio.albumGain is None # Check track only attributes are not available
# Media
media = movie.media[0]
assert media.aspectRatio >= 1.3
Expand Down

0 comments on commit fa990b5

Please sign in to comment.