Fix typos
See gh-30773
This commit is contained in:
@@ -133,7 +133,7 @@ class CassandraDriverHealthIndicatorTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void healthWithcassandraDownShouldReturnDown() {
|
||||
void healthWithCassandraDownShouldReturnDown() {
|
||||
CqlSession session = mock(CqlSession.class);
|
||||
given(session.getMetadata()).willThrow(new DriverTimeoutException("Test Exception"));
|
||||
CassandraDriverHealthIndicator healthIndicator = new CassandraDriverHealthIndicator(session);
|
||||
|
||||
@@ -659,7 +659,7 @@ class QuartzEndpointTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void quartzJobWithSensitiveDataMapAndCustomSanitizier() throws SchedulerException {
|
||||
void quartzJobWithSensitiveDataMapAndCustomSanitizer() throws SchedulerException {
|
||||
JobDetail job = JobBuilder.newJob(Job.class).withIdentity("hello", "samples").usingJobData("test", "value")
|
||||
.usingJobData("secret", "value").build();
|
||||
mockJobs(job);
|
||||
|
||||
Reference in New Issue
Block a user