Skip to content

Commit

Permalink
test cases unused imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Al - Amin authored and imtiaz-rahi committed Dec 29, 2022
1 parent c2f3b25 commit 8c7b3ef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/test/java/com/shurjomukhi/ShurjoPaySpringTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;

import bd.com.shurjopay.plugin.Shurjopay;
import bd.com.shurjopay.plugin.ShurjopayException;
import bd.com.shurjopay.plugin.model.PaymentReq;
import bd.com.shurjopay.plugin.model.PaymentRes;
import bd.com.shurjopay.plugin.model.VerifiedPayment;
import com.shurjomukhi.model.PaymentReq;
import com.shurjomukhi.model.PaymentRes;
import com.shurjomukhi.model.VerifiedPayment;
/**
* @author Al-Amin
* @since 2022-10-16
Expand Down

0 comments on commit 8c7b3ef

Please sign in to comment.