Skip to content

Commit 04c549c

Browse files
Updated assert to match latest_sha
1 parent 9bdbeab commit 04c549c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_repos_branch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def test_latest_sha_differs(self):
7777
sha = 'fakesha12'
7878
latest_sha = branch.latest_sha(differs_from=sha)
7979

80-
assert isinstance(latest_sha, str)
80+
assert latest_sha

0 commit comments

Comments
 (0)