Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 16, 2024
1 parent 6d05a8d commit f85035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reusable_workflows/tests/test_cla_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,4 @@ def test_pr_comments_accessible():
pr = gh.pull_request("dfinity", "test-compliant-repository-public", 4)
comments = pr.issue_comments()

assert comments.total_count > 0
assert len(list(comments)) > 0

0 comments on commit f85035f

Please sign in to comment.