Skip to content

Commit

Permalink
SonarCloud to the rescue
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Nov 15, 2024
1 parent 5431c61 commit 5a8ea9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_version():

# ribasim --version is based on the git tag so can be different from
# ribasim.__version__ during development
version_pattern = r"ribasim \d{4,}\.\d{1,}\.\d{1,}"
version_pattern = r"ribasim \d{4,}\.\d+\.\d+"
assert re.match(version_pattern, result.stdout)


Expand Down

0 comments on commit 5a8ea9f

Please sign in to comment.