Skip to content

Commit 994c8bb

Browse files
committed
fixing regex
1 parent e2aa5f5 commit 994c8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ health_checks() {
7676
if [ "${USE_CUSTOM_NODE:-}" = "true" ]; then
7777
run ddev exec node -v
7878
assert_success
79-
assert_output --regexp '^v18\.\d+\.\d+$'
79+
assert_output --regexp '^v18\.[0-9]+\.[0-9]+$'
8080
fi
8181
}
8282

0 commit comments

Comments
 (0)