We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3bebf commit 67ed71fCopy full SHA for 67ed71f
src/main/java/com/nordstrom/automation/junit/Run.java
@@ -49,7 +49,7 @@ public static void intercept(@This final Object runner, @SuperCall final Callabl
49
@Argument(0) final RunNotifier notifier) throws Exception {
50
51
JUnitConfig.getConfig();
52
- RUNNER_TO_NOTIFIER.put(runner, notifier);
+ RUNNER_TO_NOTIFIER.put(runner, notifier);
53
54
attachRunListeners(runner, notifier);
55
0 commit comments