mirror of https://github.com/apache/cloudstack.git
Fix end of file precommit for TemplateServiceImplTest.java (#7561)
This commit is contained in:
parent
8ff0071bec
commit
48af4625a2
|
|
@ -81,4 +81,4 @@ public class TemplateServiceImplTest {
|
|||
Mockito.when(templateDataStoreDao.findByTemplateZone(id, id, DataStoreRole.Image)).thenReturn(Mockito.mock(TemplateDataStoreVO.class));
|
||||
Assert.assertTrue(templateService.isSkipTemplateStoreDownload(templateVO, id));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue