Tests - fixed test failing due to file being moved in recent refactor

This commit is contained in:
dragonmacher 2020-08-06 11:10:40 -04:00
parent 4506acddf9
commit ec59fa351f

View File

@ -15,4 +15,5 @@ dependencies {
helpPath project(path: ":Base", configuration: "helpPath")
testCompile "org.jmockit:jmockit:1.44"
testCompile project(path: ':Project', configuration: 'testArtifacts')
}