File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Feature: Perform database operations
1818 Then STDOUT should be empty
1919 And STDERR should contain:
2020 """
21- We were able to connect to the database server (which means your username and password is okay) but not able to select the `wp_cli_test` database.
21+ (which means your username and password is okay)
2222 """
2323
2424 When I run `wp db create`
@@ -62,7 +62,7 @@ Feature: Perform database operations
6262 Then STDOUT should be empty
6363 And STDERR should contain:
6464 """
65- We were able to connect to the database server (which means your username and password is okay) but not able to select the `wp_cli_test` database.
65+ (which means your username and password is okay)
6666 """
6767
6868 When I run `wp db create --dbuser=wp_cli_test`
You can’t perform that action at this time.
0 commit comments