Skip to content

Commit

Permalink
tests: delete print line
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinagalik authored and kubantjan committed May 3, 2023
1 parent 3be8976 commit 74adb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web/test_do_crossmatch_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_theoretical_and_double_antibodies(self):
'second_raw_code': None,
'type': 'THEORETICAL'},
'match_type': 'THEORETICAL'}
print(res.json['hla_to_antibody'][3]['antibody_matches'])

self.assertTrue(
double_antibody_match in res.json['hla_to_antibody'][1]['antibody_matches'])
self.assertTrue(
Expand Down

0 comments on commit 74adb2d

Please sign in to comment.