Skip to content

Commit 8ea0d94

Browse files
committed
Fix test
1 parent 1e5c2d8 commit 8ea0d94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v03_pipeline/lib/tasks/write_success_file_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ class WriteSuccessFileTaskTest(MockedDatarootTestCase):
1515
@mock.patch(
1616
'v03_pipeline.lib.tasks.write_success_file.UpdateVariantAnnotationsTableWithNewSamplesTask',
1717
)
18-
def test_write_success_file_task(self, mock_update_variant_annotations_task, mock_write_project_fam_tables) -> None:
18+
def test_write_success_file_task(
19+
self, mock_update_variant_annotations_task, mock_write_project_fam_tables
20+
) -> None:
1921
mock_update_variant_annotations_task.return_value = MockCompleteTask()
2022
mock_write_project_fam_tables.return_value = MockCompleteTask()
2123

0 commit comments

Comments
 (0)