Skip to content

Commit

Permalink
got rid of yield in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 13, 2024
1 parent e829942 commit eed1b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_known_class2_epitopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def test_Gag_epitope():
# Transgenic Mice
for mhc_class in mhc_classes:
mhc_model = mhc_class("HLA-DRB1*04:01", default_peptide_lengths=15)
yield (expect_binder, mhc_model, "LERFAVNPGLLETSE")
expect_binder(mhc_model, "LERFAVNPGLLETSE")

0 comments on commit eed1b02

Please sign in to comment.