Skip to content

Commit 27a926f

Browse files
committed
syntax fix
1 parent aed4bf7 commit 27a926f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/multiple_wildcard_patterns.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Feature: Multiple wildcard patterns for ignoring reports
22

33
Scenario: Multiple wildcard patterns in plain Java app
44
When I run "MultipleWildcardPatternsScenario" with the defaults
5-
Then I should receive 1 error
5+
And I wait to receive an error
66
And the exception "errorClass" equals "java.lang.RuntimeException"
77
And the exception "message" equals "Should be sent"

0 commit comments

Comments
 (0)