diff options
author | Vitiko <[email protected]> | 2022-10-19 20:11:10 -0400 |
---|---|---|
committer | Vitiko <[email protected]> | 2022-10-19 20:11:10 -0400 |
commit | 9c5a88f880d0230eb988b31b9841f17c975e22a8 (patch) | |
tree | ddae74dfc190e621f05e119a6b59829241d5e850 /tests | |
parent | 2f8814dcf801552ceb4be5c5a98c93a22799695c (diff) | |
download | bazarr-9c5a88f880d0230eb988b31b9841f17c975e22a8.tar.gz bazarr-9c5a88f880d0230eb988b31b9841f17c975e22a8.zip |
no log: update subdivx provider testsv1.1.3-beta.2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/subliminal_patch/test_subdivx.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/subliminal_patch/test_subdivx.py b/tests/subliminal_patch/test_subdivx.py index c45fd1d34..852e3ca6f 100644 --- a/tests/subliminal_patch/test_subdivx.py +++ b/tests/subliminal_patch/test_subdivx.py @@ -33,8 +33,6 @@ def test_handle_multi_page_search(episodes): "Game Of Thrones", episodes["got_s03e10"] ) ) - print(len(subs)) - return assert len(subs) > 100 |