File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/springframework/data/redis/test/condition Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 */
4040class EnabledOnRedisDriverCondition implements ExecutionCondition {
4141
42- private static final ConditionEvaluationResult ENABLED_BY_DEFAULT = enabled ("@WithRedisDriver is not present" );
42+ private static final ConditionEvaluationResult ENABLED_BY_DEFAULT = enabled ("@EnabledOnRedisDriver is not present" );
4343
4444 @ Override
4545 public ConditionEvaluationResult evaluateExecutionCondition (ExtensionContext context ) {
@@ -59,7 +59,7 @@ public ConditionEvaluationResult evaluateExecutionCondition(ExtensionContext con
5959
6060 if (annotatedFields .isEmpty ()) {
6161 throw new IllegalStateException (
62- "@WithRedisDriver requires a field of type RedisConnectionFactory annotated with @DriverQualifier!" );
62+ "@EnabledOnRedisDriver requires a field of type RedisConnectionFactory annotated with @DriverQualifier!" );
6363 }
6464
6565 for (Field field : annotatedFields ) {
You can’t perform that action at this time.
0 commit comments