Skip to content

Commit

Permalink
chore(be): Made code reviews (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia authored Dec 27, 2024
1 parent 233b47a commit 249f81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import reactor.core.publisher.Flux;
import reactor.test.StepVerifier;

@SuppressWarnings("ALL")
@SuppressWarnings("unchecked")
@DisplayName("Unit Test | Registered Step Matcher")
@Slf4j
class RegisteredStepMatcherTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ private static Stream<Arguments> byLocation() {
);
}

private static Stream<Arguments> byContact(){
private static Stream<Arguments> byContact() {
return Stream
.of(
Arguments.of(new ContactSearchDto(
Expand Down

0 comments on commit 249f81f

Please sign in to comment.