Skip to content

Commit f57503d

Browse files
authored
Fix the build (#136)
Fix the build
2 parents 6532da4 + 59d22d3 commit f57503d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/core-download.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Feature: Download WordPress
340340
Scenario: Core download without the wp-content dir should work non US locale
341341
Given an empty directory
342342

343-
When I run `wp core download --skip-content --locale=nl_NL`
343+
When I run `wp core download --skip-content --version=4.9.11 --locale=nl_NL`
344344
Then STDOUT should contain:
345345
"""
346346
Success: WordPress downloaded.

0 commit comments

Comments
 (0)