Skip to content

Commit

Permalink
Merge pull request #48 from jmp1985/main
Browse files Browse the repository at this point in the history
Fixed test
  • Loading branch information
NikJur authored Dec 14, 2023
2 parents 1d89120 + 8949349 commit c92e7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_command_line_main(tmpdir, test_id):
def get_cleave_ids():
test_id_map = {
"alphafold": ["P0A855_cleaved_1to21", "P21170_cleaved_none"],
"pdb": ["P0A855_2w8b_cleaved_1to21", "P21170_3nzq_cleaved_none"],
"pdb": ["P0A855_1c5k_cleaved_1to21", "P21170_3nzq_cleaved_none"],
}
for source, test_id_list in test_id_map.items():
for test_id in test_id_list:
Expand Down

0 comments on commit c92e7a5

Please sign in to comment.