Skip to content

Commit

Permalink
CP-7022 vSDK 4.0.0 release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary.burke committed Jan 10, 2022
1 parent dfbcf50 commit d2da3b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_get_version():

@staticmethod
def test_get_virtualization_api_version():
assert package_util.get_virtualization_api_version() == '1.6.0'
assert package_util.get_virtualization_api_version() == '1.6.1'

@staticmethod
def test_get_engine_api_version():
Expand All @@ -26,7 +26,7 @@ def test_get_build_api_version_json():
'type': 'APIVersion',
'major': 1,
'minor': 6,
'micro': 0
'micro': 1
}
assert package_util.get_build_api_version() == build_api_version

Expand Down

0 comments on commit d2da3b5

Please sign in to comment.