Skip to content

Commit

Permalink
change test conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 4, 2023
1 parent 37fb48a commit e3fd298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdrf_pipelines/tests/test_sdrfchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_validate_srdf():
runner = CliRunner()
result = runner.invoke(cli, ["validate-sdrf", "--sdrf_file", "testdata/PXD000288.sdrf.tsv", "--check_ms"])

assert "ERROR" in result.output
assert "ERROR" not in result.output


def test_convert_openms():
Expand Down

0 comments on commit e3fd298

Please sign in to comment.