From ec59fa351fcdee797280b32d2891b7dc8211bea6 Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Thu, 6 Aug 2020 11:10:40 -0400 Subject: [PATCH] Tests - fixed test failing due to file being moved in recent refactor --- Ghidra/Features/VersionTracking/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/Ghidra/Features/VersionTracking/build.gradle b/Ghidra/Features/VersionTracking/build.gradle index 528457992d..4ea07d1ea0 100644 --- a/Ghidra/Features/VersionTracking/build.gradle +++ b/Ghidra/Features/VersionTracking/build.gradle @@ -15,4 +15,5 @@ dependencies { helpPath project(path: ":Base", configuration: "helpPath") testCompile "org.jmockit:jmockit:1.44" + testCompile project(path: ':Project', configuration: 'testArtifacts') }