Skip to content

Commit

Permalink
feature(#734): add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed Jan 22, 2024
1 parent 6f739ee commit 171a941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ServiceInstanceServiceTest {
private final HistoryTaskMapper historyTaskMapper = mock(HistoryTaskMapper.class);
private final JsonSchemaService jsonSchemaService = mock(JsonSchemaService.class);
private final ServiceInstanceDataService serviceInstanceDataService = mock(ServiceInstanceDataService.class);
private ServiceInstanceMapper serviceInstanceMapper = Mappers.getMapper(ServiceInstanceMapper.class);
private final ServiceInstanceMapper serviceInstanceMapper = Mappers.getMapper(ServiceInstanceMapper.class);
private ServiceInstanceService serviceInstanceService;

@BeforeEach
Expand Down

0 comments on commit 171a941

Please sign in to comment.