Skip to content

Commit

Permalink
TST: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Jun 6, 2020
1 parent 3886988 commit 9285e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apybiomart/tests/test_cli_marts.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_cli_marts():
assert result.exit_code == 0
assert "Mart ID" in result.output
assert "ENSEMBL_MART_ENSEMBL" in result.output
assert "Ensembl Genes 99" in result.output
assert "Ensembl Genes 100" in result.output


def test_cli_marts_save():
Expand Down

0 comments on commit 9285e70

Please sign in to comment.