updater_sample: fix payload spec tests

Test: junit4
Change-Id: Ia2f7475cfba01a65486bb0e5d0f3976304ca0969
Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com>
This commit is contained in:
Zhomart Mukhamejanov
2018-06-07 10:55:16 -07:00
parent eeabbecb64
commit 8a6a86a101

View File

@@ -65,7 +65,7 @@ public class PayloadSpecsTest {
mTargetContext = InstrumentationRegistry.getTargetContext();
mTestContext = InstrumentationRegistry.getContext();
mTestDir = mTargetContext.getFilesDir();
mTestDir = mTargetContext.getCacheDir();
mPayloadSpecs = new PayloadSpecs();
}