fix: linter warnings
Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
This commit is contained in:
parent
df3cd0616d
commit
7a0315d855
1 changed files with 1 additions and 2 deletions
|
|
@ -55,7 +55,6 @@ class KomootImportServiceTest {
|
|||
};
|
||||
}
|
||||
|
||||
private RestTemplate restTemplate;
|
||||
private MockRestServiceServer server;
|
||||
private KomootImportService service;
|
||||
private ActivityRepository activityRepository;
|
||||
|
|
@ -67,7 +66,7 @@ class KomootImportServiceTest {
|
|||
void setUp() {
|
||||
originalTimeZone = TimeZone.getDefault();
|
||||
TimeZone.setDefault(TimeZone.getTimeZone("Europe/Zurich"));
|
||||
restTemplate = new RestTemplate();
|
||||
RestTemplate restTemplate = new RestTemplate();
|
||||
server = MockRestServiceServer.bindTo(restTemplate).build();
|
||||
activityRepository = mock(ActivityRepository.class);
|
||||
activityFileService = mock(ActivityFileService.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue