Skip to content

Commit

Permalink
Remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 30, 2024
1 parent 014bb78 commit 720f072
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_github_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,6 @@ def test_get_version_increment_no_list(minor_bump, patch_bump, major_bump_no_lis
major_bump_list=major_bump_no_list,
)

def test_get_version_increment_no_list(minor_bump, patch_bump, major_bump_no_list, pr_labels_epic):
with pytest.raises(ValueError, match="must be a list"):
conversion_logic.get_version_increment(
pr_label_list=pr_labels_epic,
patch_bump_list=patch_bump,
minor_bump_list=minor_bump,
major_bump_list=major_bump_no_list,
)


# Changelog test-cases

Expand Down

0 comments on commit 720f072

Please sign in to comment.