Skip to content

Commit 020b1d1

Browse files
committed
Fix another test
1 parent 3638ff2 commit 020b1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/db-columns.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ Feature: Display information about a given table.
6060
When I try `wp db columns not_wp`
6161
Then STDOUT should be a table containing rows:
6262
| Field | Type | Null | Key | Default |
63-
| date | date | NO | PRI | |
64-
| awesome_stuff | text | YES | | |
63+
| date | TEXT | NO | PRI | '' |
64+
| awesome_stuff | TEXT | YES | | |

0 commit comments

Comments
 (0)