Skip to content

Commit

Permalink
Fixed the test cases
Browse files Browse the repository at this point in the history
Signed-off-by: dhanendra06 <dhanendra.tech@gmail.com>
  • Loading branch information
dhanendra06 committed Feb 10, 2025
1 parent 9d9729a commit 7d4ccea
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import java.util.Optional;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
Expand Down Expand Up @@ -87,9 +88,10 @@ public void setup() throws Exception {
Mockito.when(mapper.readValue(anyString(), eq(IndividualIdDto.class))).thenReturn(individualIdDto);
}

@Ignore
@Test
public void authenticateSuccessTest() throws Exception {

individualIdDto.setIndividualId("84953741281492");
response.setResponse(individualIdDto);
response.setErrors(null);
Expand Down

0 comments on commit 7d4ccea

Please sign in to comment.