Merge "updater_sample: fix payload spec tests" am: 684d7216e6 am: 7c8e5b6ee8

am: 31b517c510

Change-Id: I9a8101831c087d98fa3350a754ef5ffcff8ce592
This commit is contained in:
Zhomart Mukhamejanov
2018-06-07 19:28:02 -07:00
committed by android-build-merger
@@ -65,7 +65,7 @@ public class PayloadSpecsTest {
mTargetContext = InstrumentationRegistry.getTargetContext();
mTestContext = InstrumentationRegistry.getContext();
mTestDir = mTargetContext.getFilesDir();
mTestDir = mTargetContext.getCacheDir();
mPayloadSpecs = new PayloadSpecs();
}