Skip to content

Commit

Permalink
Test fail on empty 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 17, 2023
1 parent 66077c9 commit ce11175
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
import lombok.NonNull;
import smecalculus.bezmen.domain.spec.Sepulka;
import smecalculus.bezmen.domain.spec.SepulkaConverter;
import smecalculus.bezmen.domain.spec.SepulkaService;
import smecalculus.bezmen.messaging.spec.SepulkaClient;
import smecalculus.bezmen.messaging.spec.SepulkaRegReq;
import smecalculus.bezmen.messaging.spec.SepulkaRegRes;
import smecalculus.bezmen.validation.spec.BezmenValidator;

public record SepulkaClientImpl(
@NonNull BezmenValidator validator, @NonNull SepulkaService service, @NonNull SepulkaConverter converter)
@NonNull BezmenValidator validator, @NonNull SepulkaService1 service, @NonNull SepulkaConverter converter)
implements SepulkaClient {

@Override
Expand Down

0 comments on commit ce11175

Please sign in to comment.