Skip to content

Commit efca712

Browse files
committed
Update Behat test
1 parent 1f9ed1a commit efca712

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/db-size.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,18 @@ Feature: Display database size
8888
Given a WP install
8989

9090
When I run `wp db size --size_format=b --format=csv`
91-
Then STDOUT should be:
91+
Then STDOUT should contain:
9292
"""
9393
Name,Size
94-
wp_cli_test,"638976 B"
94+
wp_cli_test,"
9595
"""
9696

9797
But STDOUT should not be a number
9898

9999
When I run `wp db size --size_format=b --format=json`
100-
Then STDOUT should be:
100+
Then STDOUT should contain:
101101
"""
102-
[{"Name":"wp_cli_test","Size":"638976 B"}]
102+
[{"Name":"wp_cli_test","Size":"
103103
"""
104104

105105
But STDOUT should not be a number

0 commit comments

Comments
 (0)