Skip to content

Commit 86630f0

Browse files
committed
Added correct name to the feature.
1 parent d0c34b2 commit 86630f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/db-columns.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Feature: Display information about a given table.
4141
Couldn't find any tables matching: wp_foobar
4242
"""
4343

44-
Scenario: Display information about non-existing table
44+
Scenario: Display information about a non default WordPress table
4545
Given a WP install
4646
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

0 commit comments

Comments
 (0)