Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Jun 13, 2024
1 parent 8bb6525 commit 0336031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_urlsketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,4 @@ def test_gbsketch_protein_dayhoff_hp(runtmp):
fail_lines = failF.readlines()
print(fail_lines)
assert len(fail_lines) == 1
assert fail_lines[0] == "accession,name,moltype,md5sum,download_filename,url\n"
assert fail_lines[0] == "accession,name,moltype,md5sum,download_filename,url\n"

0 comments on commit 0336031

Please sign in to comment.