Skip to content

Commit 6a4f313

Browse files
Copilotswissspidy
andcommitted
Fix test failures: use 'try' instead of 'run' for STDERR output
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent c62bc6b commit 6a4f313

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/shell.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Feature: WordPress REPL
8787
echo $foo;
8888
"""
8989
90-
When I run `wp shell --basic < session`
90+
When I try `wp shell --basic < session`
9191
Then STDOUT should contain:
9292
"""
9393
test_value
@@ -106,7 +106,7 @@ Feature: WordPress REPL
106106
$bar;
107107
"""
108108
109-
When I run `wp shell --basic < session`
109+
When I try `wp shell --basic < session`
110110
Then STDOUT should contain:
111111
"""
112112
string(9) "preserved"

0 commit comments

Comments
 (0)