mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Write extractor dumps to testdata
PiperOrigin-RevId: 294465827
This commit is contained in:
parent
fed0acc253
commit
58bc460ba3
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ public final class FakeExtractorOutput implements ExtractorOutput, Dumper.Dumpab
|
|||
String actual = new Dumper().add(this).toString();
|
||||
|
||||
if (WRITE_DUMP) {
|
||||
File file = new File(System.getProperty("user.dir"), "src/test/assets");
|
||||
File file = new File(System.getProperty("user.dir"), "../../testdata/src/test/assets");
|
||||
file = new File(file, dumpFile);
|
||||
Assertions.checkStateNotNull(file.getParentFile()).mkdirs();
|
||||
PrintWriter out = new PrintWriter(file);
|
||||
|
|
|
|||
Loading…
Reference in a new issue