Skip to content

Commit

Permalink
Changes import statement for assertequals
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirishikesan committed Jan 22, 2024
1 parent 9b55b0a commit 984ed04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.testng.annotations.DataProvider;
import org.testng.annotations.Factory;
import org.testng.annotations.Test;
import org.testng.Assert.assertEquals;
import static org.testng.Assert.assertEquals;
import org.wso2.am.integration.clients.admin.ApiException;
import org.wso2.am.integration.clients.admin.ApiResponse;
import org.wso2.am.integration.clients.admin.api.dto.KeyManagerCertificatesDTO;
Expand Down

0 comments on commit 984ed04

Please sign in to comment.