Skip to content

Commit

Permalink
remove extra white space
Browse files Browse the repository at this point in the history
  • Loading branch information
smirarab committed Aug 17, 2019
1 parent 9f441cd commit 3e73e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unittest/testSepp.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_id_collision_working(self):
"q2-fragment-insertion/input_fragments.fasta"), "r")
self.x.run()
self.assertTrue(self.x.results is not None)

def test_id_collision_collision(self):
self.x.options.fragment_file = open(
get_data_path(
Expand All @@ -69,7 +69,7 @@ def test_id_collision_collision(self):
' whose names overlap with names in your reference'):
self.x.run()
self.assertTrue(self.x.results is None)

def test_seqnames_whitespaces(self):
self.x.options.fragment_file = open(
get_data_path(
Expand All @@ -79,7 +79,7 @@ def test_seqnames_whitespaces(self):
"contain either whitespaces: "):
self.x.run()
self.assertTrue(self.x.results is None)

def test_fake_jobs(self):
self.x.options.fragment_file = open(
get_data_path(
Expand Down

0 comments on commit 3e73e97

Please sign in to comment.