We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdbeab commit 04c549cCopy full SHA for 04c549c
tests/integration/test_repos_branch.py
@@ -77,4 +77,4 @@ def test_latest_sha_differs(self):
77
sha = 'fakesha12'
78
latest_sha = branch.latest_sha(differs_from=sha)
79
80
- assert isinstance(latest_sha, str)
+ assert latest_sha
0 commit comments