Skip to content

Commit

Permalink
fix PR test
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Sep 5, 2024
1 parent 867463a commit 42436b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_validate_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,4 @@ def test_validate_gaf():

assert gpad_parser.version == '2.0'
assert len(gpad_results) > 0
for gpad_result in gpad_results:
if hasattr(gpad_result, 'subject'):
assert not gpad_result.subject.id.namespace == "PR"

0 comments on commit 42436b4

Please sign in to comment.