We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7c013 commit eba85f5Copy full SHA for eba85f5
prospector/git/git_test.py
@@ -49,7 +49,6 @@ def test_get_tags_for_commit(repository: Git):
49
def test_create_commits(repository: Git):
50
commits = repository.create_commits()
51
commit = commits.get(OPENCAST_COMMIT)
52
- assert len(commits) == 18178
53
assert commit.get_id() == OPENCAST_COMMIT
54
55
0 commit comments