Skip to content

Commit 57dc520

Browse files
committed
Add test for cargo/rust version on 7.0
1 parent a56f923 commit 57dc520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_versions.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
('node --version', 'v8.10.0'),
3838
('npm --version', '3.5.2'),
3939
('conda --version', 'conda 4.6.14'),
40+
('cargo --version', 'cargo 1.46.0 (149022b1d 2020-07-17)'),
4041
]
4142
)
4243
def test_command_versions_image_70(command, expected_output):

0 commit comments

Comments
 (0)