Rename missing test
This commit is contained in:
parent
893654bdd1
commit
288e7a5d92
|
@ -40,7 +40,7 @@ import static org.mockito.Mockito.when;
|
|||
*
|
||||
* @author Dave Syer
|
||||
*/
|
||||
public class SimpleHealthIndicatorTests {
|
||||
public class SimpleDataSourceHealthIndicatorTests {
|
||||
|
||||
private final SimpleDataSourceHealthIndicator indicator = new SimpleDataSourceHealthIndicator();
|
||||
private DriverManagerDataSource dataSource;
|
Loading…
Reference in New Issue