IN PROGRESS - issue BATCH-572: Retryable exceptions cannot be skippable
Fix exception message (minor)
This commit is contained in:
@@ -66,7 +66,7 @@ public class RecoveryRetryPolicyTests extends TestCase {
|
||||
fail("Expected IllegalStateException");
|
||||
}
|
||||
catch (IllegalStateException e) {
|
||||
assertTrue(e.getMessage().indexOf("must be ItemProvider") >= 0);
|
||||
assertTrue(e.getMessage().indexOf("must be RecoveryRetryCallback") >= 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user