Skip to content

Commit e2aa5f5

Browse files
committed
Remove double quotes
1 parent 57f0cde commit e2aa5f5

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\.\d+\.\d+$'
8080
fi
8181
}
8282

0 commit comments

Comments
 (0)