Skip to content

Commit

Permalink
clean up test_digest_fasta_enzyme
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunAnanth2003 committed Sep 21, 2024
1 parent e7f0fdc commit 813fac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit_tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ def test_digest_fasta_enzyme(tiny_fasta_file, residues_dict):
"QQKPGQ",
"SLQPED",
"PAQLLF",
"IPARFS",
"SIPARF",
"IPARFS",
"LSC+57.021RAS",
"TDFTLT",
"QAPRLL",
Expand Down Expand Up @@ -981,7 +981,7 @@ def test_digest_fasta_enzyme(tiny_fasta_file, residues_dict):
residues=residues_dict,
)
peptide_list = list(pdb.db_peptides["peptide"])
assert set(peptide_list) == set(expected_nonspecific)
assert peptide_list == expected_nonspecific


def test_get_candidates(tiny_fasta_file, residues_dict):
Expand Down

0 comments on commit 813fac0

Please sign in to comment.