Skip to content

Commit c46550b

Browse files
committed
comma
1 parent 8ea0d94 commit c46550b

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
@@ -16,7 +16,9 @@ class WriteSuccessFileTaskTest(MockedDatarootTestCase):
1616
'v03_pipeline.lib.tasks.write_success_file.UpdateVariantAnnotationsTableWithNewSamplesTask',
1717
)
1818
def test_write_success_file_task(
19-
self, mock_update_variant_annotations_task, mock_write_project_fam_tables
19+
self,
20+
mock_update_variant_annotations_task,
21+
mock_write_project_fam_tables,
2022
) -> None:
2123
mock_update_variant_annotations_task.return_value = MockCompleteTask()
2224
mock_write_project_fam_tables.return_value = MockCompleteTask()

0 commit comments

Comments
 (0)