Skip to content

Commit

Permalink
Fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar Tasev committed Dec 15, 2020
1 parent 002c340 commit caed381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
],
"editor.formatOnSave": true,
"python.formatting.provider": "yapf",
"restructuredtext.confPath": "${workspaceFolder}/docs",
}
2 changes: 1 addition & 1 deletion mantidimaging/core/utility/test/version_check_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_parse_version_release_candidate_with_commits(self):
parsed = _parse_version("9.9.9rc_2")

assert parsed.version == (9, 9, 9)
assert parsed.commits == 0
assert parsed.commits == 2

def test_version_is_uptodate(self):
for local, remote, is_uptodate in [
Expand Down

0 comments on commit caed381

Please sign in to comment.