summaryrefslogtreecommitdiff
path: root/python/src/com/jetbrains/python/testing/PyRerunFailedTestsAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/com/jetbrains/python/testing/PyRerunFailedTestsAction.java')
-rw-r--r--python/src/com/jetbrains/python/testing/PyRerunFailedTestsAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/com/jetbrains/python/testing/PyRerunFailedTestsAction.java b/python/src/com/jetbrains/python/testing/PyRerunFailedTestsAction.java
index cc468c5e40ac..0b922514e52e 100644
--- a/python/src/com/jetbrains/python/testing/PyRerunFailedTestsAction.java
+++ b/python/src/com/jetbrains/python/testing/PyRerunFailedTestsAction.java
@@ -72,7 +72,7 @@ public class PyRerunFailedTestsAction extends AbstractRerunFailedTestsAction {
public RunProfileState getState(@NotNull Executor executor, @NotNull ExecutionEnvironment env) throws ExecutionException {
final AbstractPythonRunConfiguration configuration = ((AbstractPythonRunConfiguration)getPeer());
return new FailedPythonTestCommandLineStateBase(configuration, env,
- (PythonTestCommandLineStateBase)configuration.getState(executor, env));
+ (PythonTestCommandLineStateBase)configuration.getState(executor, env));
}
}