File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/test/java/com/epam/reportportal/junit/utils Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2626import com .epam .ta .reportportal .ws .model .launch .StartLaunchRS ;
2727import com .epam .ta .reportportal .ws .model .log .SaveLogRQ ;
2828import com .fasterxml .jackson .core .type .TypeReference ;
29- import com .nordstrom .automation .junit .JUnitWatcher ;
3029import io .reactivex .Maybe ;
3130import jakarta .annotation .Nonnull ;
3231import jakarta .annotation .Nullable ;
@@ -60,7 +59,7 @@ public static Result runClasses(final Class<?>... testClasses) {
6059 Result results = JUnitCore .runClasses (testClasses );
6160 FinishExecutionRQ finish = new FinishExecutionRQ ();
6261 finish .setEndTime (Instant .now ());
63- ofNullable (Launch .currentLaunch ()).ifPresent (l -> l .finish (finish ));
62+ ofNullable (Launch .currentLaunch ()).ifPresent (l -> l .finish (finish ));
6463 return results ;
6564 }
6665
You can’t perform that action at this time.
0 commit comments