Skip to content

Commit

Permalink
fix test for tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpru committed Jan 29, 2025
1 parent eebcda7 commit e5decd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_panel_file_is_written(

cli_runner.invoke(panel, [nallo_case_id], obj=nallo_context)

panel_file = Path(analysis_api.root, nallo_case_id, ScoutExportFileName.PANELS)
panel_file = Path(analysis_api.root, nallo_case_id, ScoutExportFileName.PANELS_TSV)

# THEN the file should exist
assert panel_file.exists()
Expand Down

0 comments on commit e5decd5

Please sign in to comment.