Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Jun 7, 2024
1 parent b26abb2 commit 80d0a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/version/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ def test_set_static(hatch, temp_dir):

project = Project(path)

assert project.raw_config['project']['version'] == '2.0.0rc0', 'should update static version'
assert project.raw_config['project']['version'] == '1.3.0rc0', 'should update static version'

0 comments on commit 80d0a1f

Please sign in to comment.