Commit 465602c 1 parent 9abf515 commit 465602c Copy full SHA for 465602c
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,17 @@ commandTests:
52
52
- name : " conda"
53
53
command : " conda"
54
54
args : ["--version"]
55
- expectedOutput : ["conda 25.1.1-2 "]
55
+ expectedOutput : ["conda 25.1.1"]
56
56
57
57
- name : " python (conda)"
58
58
command : " python"
59
59
args : ["--version"]
60
- expectedOutput : ["Python 3.12.8 "]
60
+ expectedOutput : ["Python 3.12.9 "]
61
61
62
62
- name : " pip (conda)"
63
63
command : " pip"
64
64
args : ["--version"]
65
- expectedOutput : ["pip 24.2 "]
65
+ expectedOutput : ["pip 25.0 "]
66
66
67
67
- name : " node"
68
68
command : " node"
@@ -102,7 +102,7 @@ commandTests:
102
102
- name : " cloud-platform"
103
103
command : " cloud-platform"
104
104
args : ["--skip-version-check", "version"]
105
- expectedOutput : ["1.40.0 "]
105
+ expectedOutput : ["1.40.1 "]
106
106
107
107
- name : " vim"
108
108
command : " vim"
You can’t perform that action at this time.
0 commit comments