Skip to content

Commit

Permalink
Fix code smell in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashir Estela committed Mar 28, 2024
1 parent 5bbe8ce commit ffc484e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import static org.junit.jupiter.api.Assertions.assertEquals;

public class RequiredValidatorTest {
class RequiredValidatorTest {

@Test
void shouldReturnExpectedResultWhenEvaluatingDataPassed() {
Expand Down

0 comments on commit ffc484e

Please sign in to comment.