diff options
Diffstat (limited to '.idea/runConfigurations/All_tests.xml')
-rw-r--r-- | .idea/runConfigurations/All_tests.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml index d0d60ec9..dffc1e09 100644 --- a/.idea/runConfigurations/All_tests.xml +++ b/.idea/runConfigurations/All_tests.xml @@ -1,7 +1,7 @@ <component name="ProjectRunConfigurationManager"> <configuration default="false" name="All tests" type="CompoundRunConfigurationType" factoryName="Compound Run Configuration"> - <toRun type="JUnit" name="Core tests" /> - <toRun type="JUnit" name="Gradle integration tests" /> + <toRun type="GradleRunConfiguration" name="Core tests" /> + <toRun type="GradleRunConfiguration" name="Gradle integration tests" /> <method /> </configuration> </component>
\ No newline at end of file |