Commit 9ec9828c by kimvde Committed by Oliver Woodman

Fix dump file write directory

PiperOrigin-RevId: 332254072
parent 3e36ebe2
......@@ -98,7 +98,7 @@ public class DumpFileAsserts {
} else {
File file =
DUMP_FILE_ACTION == WRITE_TO_LOCAL
? new File(StandardSystemProperty.USER_DIR.value(), "../../testdata/src/test")
? new File(StandardSystemProperty.USER_DIR.value(), "../../testdata/src/test/assets")
: context.getExternalFilesDir(null);
file = new File(file, dumpFile);
Assertions.checkStateNotNull(file.getParentFile()).mkdirs();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment