Skip to content

Commit 37ac8df

Browse files
authored
Apply suggestions from code review
1 parent 63b7772 commit 37ac8df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/theme-cache.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Feature: Manage theme cache
1717
"""
1818

1919
Scenario: Clear cache for multiple themes
20-
When I run `wp theme install twentytwentythree --force `
20+
When I run `wp theme install twentytwentythree --force`
2121
Then STDOUT should contain:
2222
"""
2323
Success:
@@ -36,7 +36,7 @@ Feature: Manage theme cache
3636
"""
3737

3838
Scenario: Clear cache for all themes
39-
When I run `wp theme install twentytwentythree --force `
39+
When I run `wp theme install twentytwentythree --force`
4040
Then STDOUT should contain:
4141
"""
4242
Success:

0 commit comments

Comments
 (0)