Skip to content

Commit 465602c

Browse files
committed
🔧 Knew I missed some
1 parent 9abf515 commit 465602c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/container-structure-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ commandTests:
5252
- name: "conda"
5353
command: "conda"
5454
args: ["--version"]
55-
expectedOutput: ["conda 25.1.1-2"]
55+
expectedOutput: ["conda 25.1.1"]
5656

5757
- name: "python (conda)"
5858
command: "python"
5959
args: ["--version"]
60-
expectedOutput: ["Python 3.12.8"]
60+
expectedOutput: ["Python 3.12.9"]
6161

6262
- name: "pip (conda)"
6363
command: "pip"
6464
args: ["--version"]
65-
expectedOutput: ["pip 24.2"]
65+
expectedOutput: ["pip 25.0"]
6666

6767
- name: "node"
6868
command: "node"
@@ -102,7 +102,7 @@ commandTests:
102102
- name: "cloud-platform"
103103
command: "cloud-platform"
104104
args: ["--skip-version-check", "version"]
105-
expectedOutput: ["1.40.0"]
105+
expectedOutput: ["1.40.1"]
106106

107107
- name: "vim"
108108
command: "vim"

0 commit comments

Comments
 (0)