Merge "updater_sample: fix payload spec tests"
This commit is contained in:
+1
-1
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user