mirror of
https://github.com/corda/corda.git
synced 2025-06-19 15:43:52 +00:00
Fix potential file handle leak in Attachment (#539)
* Make mockito available everywhere (core in particular). * Also set the not-found path as FNFE message.
This commit is contained in:
@ -107,7 +107,6 @@ dependencies {
|
||||
testCompile "junit:junit:$junit_version"
|
||||
testCompile "org.assertj:assertj-core:${assertj_version}"
|
||||
testCompile "com.pholser:junit-quickcheck-core:$quickcheck_version"
|
||||
testCompile "com.nhaarman:mockito-kotlin:1.1.0"
|
||||
testCompile project(':test-utils')
|
||||
testCompile project(':client:jfx')
|
||||
|
||||
|
Reference in New Issue
Block a user