Skip to content

Commit

Permalink
Use correct doc path in EncryptedDocTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 21, 2024
1 parent 30f5527 commit e1bf870
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static void extractDoc() {
Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
new AssetExtractor(instrumentation.getContext().getAssets())
.setNoOverwrite()
.extract(instrumentation.getTargetContext().getCacheDir(), "passwordProtected.doc");
.extract(instrumentation.getTargetContext().getCacheDir(), "testDocs/passwordProtected.doc");
}

private static boolean is_ABI_X86_or_X86_64() {
Expand Down

0 comments on commit e1bf870

Please sign in to comment.