Skip to content

Commit

Permalink
Patched the test_subtyping_contigs.py to accept new assert value
Browse files Browse the repository at this point in the history
  • Loading branch information
glabbe committed Dec 19, 2019
1 parent 7773295 commit 1d4ecb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_subtyping_contigs.py
Expand Up @@ -102,8 +102,8 @@ def test_enteritidis_scheme_vs_qc_failing_contigs_unconfident_ac(subtype_enterit
assert isinstance(stgz, Subtype)
assert isinstance(dfgz, DataFrame)
check_subtype_attrs(st, stgz, subtype_enteritidis_fail_unconfident)
assert 'Unconfident Results Error 4' in st.qc_message
assert 'Unconfident Results Error 4' in stgz.qc_message
assert 'Inconclusive Results Error 4' in st.qc_message
assert 'Inconclusive Results Error 4' in stgz.qc_message
check_df_fasta_cols(df)
check_df_fasta_cols(dfgz)

Expand Down

0 comments on commit 1d4ecb9

Please sign in to comment.