Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Sep 6, 2024
1 parent 36e4569 commit 10b6943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_coassemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,15 +751,15 @@ def test_coassemble_single_assembly(self):
"4",
"4832",
"sample_1,sample_2,sample_3",
"coassembly_0"
"sample_1"
]),
"\t".join([
"sample_2",
"1",
"3",
"3926",
"sample_1,sample_2,sample_3",
"coassembly_1"
"sample_2"
]),
""
]
Expand Down

0 comments on commit 10b6943

Please sign in to comment.