Skip to content

Commit f0992bf

Browse files
committed
Fix tests
1 parent ebe48a2 commit f0992bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/plugin-check-update.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ Feature: Check for plugin updates
9898
Then the return code should be 1
9999
And STDERR should contain:
100100
"""
101-
Error:
101+
Warning: The 'invalid-plugin-name' plugin could not be found.
102102
"""

features/theme-check-update.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ Feature: Check for theme updates
9696
Then the return code should be 1
9797
And STDERR should contain:
9898
"""
99-
Error:
99+
Warning: The 'invalid-theme-name' theme could not be found.
100100
"""

0 commit comments

Comments
 (0)