Skip to content

Commit

Permalink
small input now raises assertionerror
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed May 12, 2020
1 parent e098866 commit 23038fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iss/test/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_simulate_and_save_short():
generator.reads(ref_genome, err_mod, 1000, 0, 'data/.test', 0, True)


@raises(SystemExit)
@raises(AssertionError)
def test_small_input():
err_mod = kde.KDErrorModel('data/ecoli.npz')
ref_genome = SeqRecord(
Expand Down

0 comments on commit 23038fe

Please sign in to comment.