Skip to content
Snippets Groups Projects
Commit 1dd8ea62 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6636 rename grpc service

parent 2e332770
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ import net.devh.boot.grpc.server.service.GrpcService;
@GrpcService
@RequiredArgsConstructor
class GrpcVorgangService extends VorgangServiceGrpc.VorgangServiceImplBase {
class VorgangGrpcService extends VorgangServiceGrpc.VorgangServiceImplBase {
private final VorgangService vorgangService;
private final VorgangHeaderService vorgangHeaderService;
......
......@@ -97,7 +97,7 @@ class GrpcVorgangServiceITCase {
private static final String TITLE_SUBFORM_3 = "SUBFORM_3";
@Autowired
private GrpcVorgangService grpcVorgangService;
private VorgangGrpcService grpcVorgangService;
@MockBean
private VorgangService service;
......
......@@ -51,7 +51,7 @@ import de.ozgcloud.vorgang.collaboration.GrpcCollaborationRequestTestFactory;
import de.ozgcloud.vorgang.collaboration.GrpcCreateCollaborationVorgangResponseTestFactory;
import io.grpc.stub.StreamObserver;
class GrpcVorgangServiceTest {
class VorgangGrpcServiceTest {
private static final int LIMIT = 10;
private static final int OFFSET = 0;
......@@ -59,7 +59,7 @@ class GrpcVorgangServiceTest {
@Spy
@InjectMocks
private GrpcVorgangService service;
private VorgangGrpcService service;
@Mock
private VorgangService vorgangService;
@Mock
......
......@@ -52,7 +52,7 @@ import io.grpc.stub.StreamObserver;
class VorgangITCase {
@Autowired
private GrpcVorgangService service;
private VorgangGrpcService service;
@Autowired
private MongoOperations mongoOperations;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment