Skip to content

Commit 497e67f

Browse files
committed
Adapt expected success messages
1 parent f59c2e2 commit 497e67f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

features/core-update-db.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Feature: Update core's database
88
When I run `wp core update-db`
99
Then STDOUT should contain:
1010
"""
11-
Success: WordPress database upgraded successfully from db version 29630 to 30133.
11+
Success: WordPress database upgraded successfully from db version 45805 to 47018.
1212
"""
1313

1414
When I run `wp core update-db`
1515
Then STDOUT should contain:
1616
"""
17-
Success: WordPress database already at latest db version 30133.
17+
Success: WordPress database already at latest db version 47018.
1818
"""
1919

2020
Scenario: Dry run update db on a single site
@@ -26,7 +26,7 @@ Feature: Update core's database
2626
Then STDOUT should be:
2727
"""
2828
Performing a dry run, with no database modification.
29-
Success: WordPress database will be upgraded from db version 29630 to 30133.
29+
Success: WordPress database will be upgraded from db version 45805 to 47018.
3030
"""
3131

3232
When I run `wp option get db_version`

0 commit comments

Comments
 (0)