Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Jan 12, 2024
1 parent 80367db commit 503b21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_process_mutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_process_mutation_workflow(syn, genie_config, annotation_paths):
syn=syn,
center=center,
maf_tableid=maf_table_id,
annotated_maf_path=annotation_paths,
annotation_paths=annotation_paths,
flatfiles_synid="syn12279903",
)
patch_concat_error.assert_called_once_with(
Expand All @@ -192,6 +192,7 @@ def test_process_mutation_workflow(syn, genie_config, annotation_paths):
)
patch_store_error.assert_called_once_with(
full_error_report=sample_error_report,
full_error_report_path=annotation_paths.full_error_report_path,
syn=syn,
errors_folder_synid="syn53239079",
)
Expand Down

0 comments on commit 503b21d

Please sign in to comment.