Skip to content

Commit

Permalink
Fix library timeline test (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Apr 19, 2024
1 parent 24f07fd commit f5126a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def test_library_section_timeline(plex, movies):
assert tl.title1 == "Movies"
assert utils.is_int(tl.updateQueueSize, gte=0)
assert tl.viewGroup == "secondary"
assert tl.viewMode == 65592
assert tl.viewMode is None


def test_library_MovieSection_hubSearch(movies):
Expand Down

0 comments on commit f5126a7

Please sign in to comment.