Skip to content

Commit 8c7b3ef

Browse files
Al - Aminimtiaz-rahi
authored andcommitted
test cases unused imports removed
1 parent c2f3b25 commit 8c7b3ef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/test/java/com/shurjomukhi/ShurjoPaySpringTest.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
import org.springframework.beans.factory.annotation.Autowired;
2020
import org.springframework.boot.test.context.SpringBootTest;
2121

22-
import bd.com.shurjopay.plugin.Shurjopay;
23-
import bd.com.shurjopay.plugin.ShurjopayException;
24-
import bd.com.shurjopay.plugin.model.PaymentReq;
25-
import bd.com.shurjopay.plugin.model.PaymentRes;
26-
import bd.com.shurjopay.plugin.model.VerifiedPayment;
22+
import com.shurjomukhi.model.PaymentReq;
23+
import com.shurjomukhi.model.PaymentRes;
24+
import com.shurjomukhi.model.VerifiedPayment;
2725
/**
2826
* @author Al-Amin
2927
* @since 2022-10-16

0 commit comments

Comments
 (0)