Skip to content

Commit

Permalink
Fix docstring in ifrs test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Dec 3, 2024
1 parent a6e9202 commit 4a88777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ifrs/tests_ifrs/test_ifrs_edge_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ async def test_outbox_subscriber_routing(


async def test_error_during_copy(joint_fixture: JointFixture, caplog):
"""Errors during `object_storage.copy_object` should be logged without crashing."""
"""Errors during `object_storage.copy_object` should be logged and re-raised."""
# Insert FileMetadata record into the DB
dao = joint_fixture.file_metadata_dao
await dao.insert(EXAMPLE_METADATA)
Expand Down

0 comments on commit 4a88777

Please sign in to comment.