Skip to content

Commit 4c4b41b

Browse files
authored
Apply suggestions from code review
Co-authored-by: Pascal Birchler <pascal.birchler@gmail.com>
1 parent cdf74a5 commit 4c4b41b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/network-meta.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Feature: Manage network-wide custom fields.
5151

5252
When I run `wp eval 'update_network_option( 1, "objkey", "123" );'`
5353

54-
When I run `wp network meta get 1 objkey`
54+
And I run `wp network meta get 1 objkey`
5555
Then STDOUT should be:
5656
"""
5757
123
5858
"""
5959

6060
When I run `wp eval 'update_network_option( 1, "objkey", "456" );'`
6161

62-
When I run `wp network meta get 1 objkey`
62+
And I run `wp network meta get 1 objkey`
6363
Then STDOUT should be:
6464
"""
6565
456

0 commit comments

Comments
 (0)