Merge "updater_sample: fix payload spec tests"

This commit is contained in:
Zhomart Mukhamejanov
2018-06-07 22:49:14 +00:00
committed by Gerrit Code Review
@@ -65,7 +65,7 @@ public class PayloadSpecsTest {
mTargetContext = InstrumentationRegistry.getTargetContext(); mTargetContext = InstrumentationRegistry.getTargetContext();
mTestContext = InstrumentationRegistry.getContext(); mTestContext = InstrumentationRegistry.getContext();
mTestDir = mTargetContext.getFilesDir(); mTestDir = mTargetContext.getCacheDir();
mPayloadSpecs = new PayloadSpecs(); mPayloadSpecs = new PayloadSpecs();
} }