Skip to content

Commit 67a925b

Browse files
richardelmsCopilot
andauthored
Update features/fixtures/scenarios/src/main/java/com/bugsnag/mazerunner/scenarios/IgnoredExceptionWildcardScenario.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 27a926f commit 67a925b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/fixtures/scenarios/src/main/java/com/bugsnag/mazerunner/scenarios/IgnoredExceptionWildcardScenario.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void run() {
2222
bugsnag.notify(new IllegalArgumentException("Should never appear"));
2323
bugsnag.notify(new IllegalStateException("Should never appear"));
2424

25-
// This should also be sent but will be ignored due to pattern
25+
// This is also ignored due to the wildcard pattern
2626
try {
2727
throw new NullPointerException("Should never appear");
2828
} catch (Exception e) {

0 commit comments

Comments
 (0)