Skip to content

Commit

Permalink
fixing test error
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Jan 9, 2025
1 parent 18313d9 commit 9a59869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/general.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ Feature: General tests of WP Launch Check
WordPress domains are verified to be in sync with Pantheon domains.
"""

Scenario: WordPress is up to date
Scenario: WordPress is up-to-date
Given a WP install

When I run `wp core version`
# This check is here to remind us to update versions when new releases are available.
Then STDOUT should contain:
"""
6.6
6.7
"""

When I run `wp launchcheck general`
Expand Down

0 comments on commit 9a59869

Please sign in to comment.