Skip to content

Commit

Permalink
rm unused data
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Aug 22, 2024
1 parent 203c4d4 commit e8e64d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/action/test_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def test_render():
data = {
"compare_url": "https://github.com/Me/PkgName.jl/compare/v1.2.2...v1.2.3",
"custom": "Custom release notes",
"is_backport": False,
"issues": [{"number": 1, "title": "Issue title", "labels": []}],
"package": "PkgName",
"previous_release": "v1.2.2",
Expand Down Expand Up @@ -315,7 +314,6 @@ def test_render_backport():
data = {
"compare_url": "https://github.com/Me/PkgName.jl/compare/v1.2.2...v1.2.3",
"custom": "Custom release notes",
"is_backport": True,
"issues": [{"number": 1, "title": "Issue title", "labels": []}],
"package": "PkgName",
"previous_release": "v1.2.2",
Expand Down

0 comments on commit e8e64d4

Please sign in to comment.