Rename "SingeFileError" to "SingleFileError" (#823)

This commit is contained in:
Leonhard Markert
2024-09-14 09:37:03 +00:00
committed by GitHub
parent c929e8f11c
commit 76c65566cf
3 changed files with 8 additions and 8 deletions

View File

@@ -536,7 +536,7 @@ class BookmarkTasksTestCase(TestCase, BookmarkFactoryMixin):
def test_create_html_snapshot_should_handle_error(self):
bookmark = self.setup_bookmark(url="https://example.com")
self.mock_singlefile_create_snapshot.side_effect = singlefile.SingeFileError(
self.mock_singlefile_create_snapshot.side_effect = singlefile.SingleFileError(
"Error"
)
tasks.create_html_snapshot(bookmark)