build(deps): Bump orjson from 3.9.10 to 3.9.15 #560
GitHub Actions / Test Results
failed
Feb 26, 2024 in 0s
1 fail, 200 pass in 52s
201 tests 200 ✅ 52s ⏱️
1 suites 0 💤
1 files 1 ❌
Results for commit 296e5cb.
Annotations
github-actions / Test Results
test_get_literary_work_by_bbid (critiquebrainz.frontend.external.bookbrainz_db.test.literary_work_test.LiteraryWorkTestCase) failed
reports/tests.xml [took 0s]
Raw output
AssertionError: "Assassin's Creed: Brotherhood" != "Brotherhood, Assassin's Creed:"
- Assassin's Creed: Brotherhood
+ Brotherhood, Assassin's Creed:
self = <critiquebrainz.frontend.external.bookbrainz_db.test.literary_work_test.LiteraryWorkTestCase testMethod=test_get_literary_work_by_bbid>
def test_get_literary_work_by_bbid(self):
literary_work_info = literary_work.get_literary_work_by_bbid(self.bbid1)
self.assertEqual(literary_work_info["bbid"], self.bbid1)
self.assertEqual(literary_work_info["name"], "Assassin's Creed: Brotherhood")
> self.assertEqual(literary_work_info["sort_name"], "Brotherhood, Assassin's Creed:")
E AssertionError: "Assassin's Creed: Brotherhood" != "Brotherhood, Assassin's Creed:"
E - Assassin's Creed: Brotherhood
E + Brotherhood, Assassin's Creed:
critiquebrainz/frontend/external/bookbrainz_db/test/literary_work_test.py:18: AssertionError
Loading