Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Integration Test implementation dependency for non-IntelliJ IDE (#978) (
Browse files Browse the repository at this point in the history
  • Loading branch information
CjHare authored Feb 27, 2019
1 parent 2c8495b commit 27bc44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enclave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies {

// test dependencies.
testImplementation 'junit:junit'
testImplementation project(':testutil')

// integration test dependacies.
integrationTestImplementation 'junit:junit'
integrationTestImplementation project(':testutil')
integrationTestImplementation 'net.consensys:orion'

}

0 comments on commit 27bc44b

Please sign in to comment.