Skip to content

Commit

Permalink
fix: replace JUnit assertEquals with TestNG assertEquals
Browse files Browse the repository at this point in the history
  • Loading branch information
BimsaraBodaragama committed Jul 5, 2024
1 parent c8cf26b commit e97c090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

import static org.mockito.Mockito.when;
import static org.mockito.MockitoAnnotations.initMocks;
import static org.testng.AssertJUnit.assertEquals;
import static org.testng.Assert.assertEquals;

/**
* Contains the unit test cases for SCIMRoleManagerV2.
Expand Down

0 comments on commit e97c090

Please sign in to comment.