Skip to content

Commit acea2d1

Browse files
Apply suggestion from @koralowiec
Co-authored-by: Arek Kalandyk <36413794+koralowiec@users.noreply.github.com> Signed-off-by: Trevor Campbell <55037769+trevordcampbell@users.noreply.github.com>
1 parent d33e679 commit acea2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bun/test_specific_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ set -e
66
# dev-container-features-test-lib is provided by the test framework at runtime
77
source dev-container-features-test-lib
88

9-
check "bun version is equal to 1.3.8" sh -c "bun --version | grep '^1.3.8'"
9+
check "bun version is equal to 1.2.20" sh -c "bun --version | grep '^1.2.20'"
1010

1111
reportResults

0 commit comments

Comments
 (0)