Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 16, 2024
1 parent 4a18bf3 commit 6d05a8d
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 len(comments) > 0
assert comments.total_count > 0

0 comments on commit 6d05a8d

Please sign in to comment.