Skip to content

Commit d0c34b2

Browse files
committed
Changed a table name in a test, this should be more clear.
1 parent c522a20 commit d0c34b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/db-columns.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Feature: Display information about a given table.
4343

4444
Scenario: Display information about non-existing table
4545
Given a WP install
46-
And I run `wp db query "CREATE TABLE wp_not ( id int(11) unsigned NOT NULL AUTO_INCREMENT, awesome_stuff TEXT, PRIMARY KEY (id) );"`
46+
And I run `wp db query "CREATE TABLE not_wp ( id int(11) unsigned NOT NULL AUTO_INCREMENT, awesome_stuff TEXT, PRIMARY KEY (id) );"`
4747

48-
When I try `wp db columns wp_not`
48+
When I try `wp db columns not_wp`
4949
Then STDOUT should be a table containing rows:
5050
| Field | Type | Null | Key | Default | Extra |
5151
| id | int(11) unsigned | NO | PRI | | auto_increment |

0 commit comments

Comments
 (0)