Skip to content

Commit

Permalink
chore: remove commented lines
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Selwyn-Smith <benselwynsmith@googlemail.com>
  • Loading branch information
benmss committed Jan 4, 2024
1 parent 5cec585 commit d4cd56a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/repo_finder/test_commit_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ def test_commit_finder() -> None:
git_obj.repo.create_tag(f"{tag_version_2}_DEV_RC1_RELEASE", ref=empty_commit.hexsha)
git_obj.repo.create_tag(f"rel/prefix_name-{tag_version}", ref=empty_commit.hexsha)

# Create a tag on the commit that has no branch.
# tag_no_branch = "0.1.2"
# git_obj.repo.create_tag(tag_no_branch, ref=commit_with_no_branch.hexsha)

# Version that fails to create a pattern.
assert not commit_finder.find_commit(git_obj, PackageURL.from_string(f"pkg:maven/apache/maven@{bad_version}"))

Expand Down

0 comments on commit d4cd56a

Please sign in to comment.