Skip to content

Commit ce3c0c4

Browse files
committed
test: fix tests
1 parent cbf9866 commit ce3c0c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/miniforge/miniforge-existing-conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
source dev-container-features-test-lib
77

88
# Check that conda is installed
9-
check "conda" conda --version
9+
check "conda" conda --version
1010

1111
# Report result
1212
reportResults

test/miniforge/miniforge-pypy3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
source dev-container-features-test-lib
77

88
# Feature-specific tests
9-
check "conda" bash -c 'conda --version | grep "24.7.1-2"'
9+
check "conda" bash -c 'conda --version | grep "24.7.1"'
1010

1111
# Report result
1212
reportResults

0 commit comments

Comments
 (0)