We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have seen a failure of this test several times now already (IIRC, only on Windows 64-bit):
AssertionError: assert 'other' == 'xxx' - xxx + other Stacktrace def test_calculate_category_xxx(): torrent_info = {b"info": {b"name": b"term1", b"length": 1234}, b"announce-list": [[b"http://tracker.org"]], b"comment": b"lorem ipsum"} > assert default_category_filter.calculateCategory(torrent_info, "my torrent") == "xxx" E AssertionError: assert 'other' == 'xxx' E - xxx E + other src\tribler-core\tribler_core\components\metadata_store\category_filter\tests\test_category.py:27: AssertionError
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I have seen a failure of this test several times now already (IIRC, only on Windows 64-bit):
The text was updated successfully, but these errors were encountered: