Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 89f8def

Browse files
authored
Merge pull request #81 from leejh903/fix-bug-integration-test
change import file in integrate-test from web3j to caver-java one
2 parents 6a6837c + 8c0fc4b commit 89f8def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/com/klaytn/caver/model/executor/ContractExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
import com.klaytn.caver.model.dto.TestComponent;
2525
import com.klaytn.caver.model.dto.Transaction;
2626
import com.klaytn.caver.tx.SmartContract;
27+
import com.klaytn.caver.tx.gas.DefaultGasProvider;
2728
import org.web3j.protocol.core.RemoteCall;
2829
import org.web3j.tx.gas.ContractGasProvider;
29-
import org.web3j.tx.gas.DefaultGasProvider;
3030

3131
import java.lang.reflect.Method;
3232
import java.util.ArrayList;

0 commit comments

Comments
 (0)