Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Sep 7, 2023
1 parent da82faf commit 52776e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def test_long_read_assembly(self):
self.assertTrue(os.path.isfile(f"{output_dir}/aviary_out/data/final_contigs.fasta"))
self.assertTrue(os.path.islink(f"{output_dir}/aviary_out/assembly/final_contigs.fasta"))


def test_short_read_recovery(self):
output_dir = os.path.join("example", "test_short_read_recovery")
self.setup_output_dir(output_dir)
Expand Down Expand Up @@ -115,7 +114,6 @@ def test_long_read_recovery(self):
self.assertTrue(os.path.isfile(f"{output_dir}/aviary_out/data/final_contigs.fasta"))
self.assertTrue(os.path.islink(f"{output_dir}/aviary_out/assembly/final_contigs.fasta"))


def test_short_read_recovery_fast(self):
output_dir = os.path.join("example", "test_short_read_recovery_fast")
self.setup_output_dir(output_dir)
Expand All @@ -141,7 +139,6 @@ def test_short_read_recovery_fast(self):

self.assertFalse(os.path.isfile(f"{output_dir}/aviary_out/data/final_contigs.fasta"))


def test_short_read_recovery_queue_submission(self):
output_dir = os.path.join("example", "test_short_read_recovery_queue_submission")
self.setup_output_dir(output_dir)
Expand Down

0 comments on commit 52776e9

Please sign in to comment.