Skip to content

Commit

Permalink
Fixed tests bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
arivers committed Jun 27, 2018
1 parent 355a7a3 commit 22afe75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='itsxpress',
version='1.5.3',
version='1.5.4',
packages=['itsxpress'],
license='License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
description=open('README.rst').read(),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_dedup_create_trimmed_seqs():
n += 1
length += len(rec)
assert n == 226
assert length == 42863
assert length == 42637
shutil.rmtree(tf)

def test_dedup_create_trimmed_seqs_gzipped():
Expand All @@ -77,7 +77,7 @@ def test_dedup_create_trimmed_seqs_gzipped():
n += 1
length += len(rec)
assert n == 226
assert length == 42863
assert length == 42637
shutil.rmtree(tf)

def test_seq_sample_paired_interleaved():
Expand Down

0 comments on commit 22afe75

Please sign in to comment.