Skip to content

Commit 867a1cc

Browse files
authored
Merge pull request #9 from EOSIO/feature/live-server-unit-test
Create LiveServerUnitTest to run against an actual blockchain instanc…
2 parents 04711e7 + d1dc818 commit 867a1cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ dependencies {
4949
testImplementation 'com.squareup.retrofit2:converter-gson:2.5.0'
5050
testImplementation 'com.squareup.okhttp3:logging-interceptor:3.12.1'
5151
testImplementation 'com.squareup.okhttp3:mockwebserver:3.12.1'
52+
// Uncomment if running LiveServerUnitTest
53+
testImplementation 'one.block:eosiojavasoftkeysignatureprovider:1.0.0'
54+
testImplementation 'one.block:eosio-java-abieos-serialization-provider:1.0.0'
5255
}
5356

5457
test {

0 commit comments

Comments
 (0)