Skip to content

Commit 5fd3657

Browse files
committed
Fix indenting issue in feature test file
1 parent d0d5a84 commit 5fd3657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/signup.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Feature: Manage signups in a multisite installation
33
Scenario: Not applicable in single installation site
44
Given a WP install
55

6-
When I try `wp user signup list`
7-
Then STDERR should be:
6+
When I try `wp user signup list`
7+
Then STDERR should be:
88
"""
99
Error: This is not a multisite installation.
1010
"""

0 commit comments

Comments
 (0)