Skip to content

Commit

Permalink
Update tests for prepare release and bump_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd authored May 28, 2024
1 parent 68ce958 commit 9d52e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/release/01-prepare-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_version_pre_tag
{
path: "python/pyproject.toml",
hunks: [
["-fallback_version = '#{@snapshot_version}'",
["-fallback_version = '#{@release_version}a0'",
"+fallback_version = '#{@release_version}'"],
],
},
Expand Down
4 changes: 2 additions & 2 deletions dev/release/post-11-bump-versions-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ def test_version_post_tag
{
path: "python/pyproject.toml",
hunks: [
["-fallback_version = '#{@snapshot_version}'",
"+fallback_version = '#{@snapshot_version}a0'"],
["-fallback_version = '#{@release_version}a0'",
"+fallback_version = '#{@next_version}a0'"],
],
},
{
Expand Down

0 comments on commit 9d52e62

Please sign in to comment.