You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/fixtures/scenarios/src/main/java/com/bugsnag/mazerunner/scenarios/IgnoredExceptionWildcardScenario.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ public void run() {
22
22
bugsnag.notify(newIllegalArgumentException("Should never appear"));
23
23
bugsnag.notify(newIllegalStateException("Should never appear"));
24
24
25
-
// This should also be sent but will be ignored due to pattern
25
+
// This is also ignored due to the wildcard pattern
26
26
try {
27
27
thrownewNullPointerException("Should never appear");
0 commit comments