Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Oct 10, 2024
1 parent 355c453 commit 59dd32d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/commands/export/test_export_panel_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ def test_export_panel(mock_app):

# The CLI command shoud return gene panel
assert result.exit_code == 0
# assert result.output == "N"

empty_cols: int = "\t" * (len(EXPORT_PANEL_FIELDS) - 2) # not including hgnc and symbol fields
empty_cols: int = "\t" * (len(EXPORT_PANEL_FIELDS) - 2)

assert f"2397\tCRYBB1{empty_cols}\n9394\tPICK1{empty_cols}" in result.output

Expand Down

0 comments on commit 59dd32d

Please sign in to comment.