Skip to content

Commit

Permalink
Fix format test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Dec 23, 2024
1 parent d700d4d commit 1b624f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/format_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def helper_write_file(content)

def test_clean_fasta
c = ">MyFa|not-good\nACTG123ACTG-XXNN*\n>GoodOne + spaces!\n\nA C T G .\n"
cc = ">MyFa|not_good\nACTGACTG-XXNN\n>GoodOne + spaces!\nACTG.\n"
cc = ">MyFa|not_good\nACTGACTGXXNN\n>GoodOne + spaces!\nACTG\n"
f = helper_write_file(c)
assert_equal(c, File.read(f))
MiGA::MiGA.clean_fasta_file(f)
Expand Down

0 comments on commit 1b624f6

Please sign in to comment.