Commit 9c1c74ec by andrewlewis Committed by Oliver Woodman

Rename .unklen.dump -> .unknown_length.dump

PiperOrigin-RevId: 298334502
parent b095fd57
Showing with 1 additions and 1 deletions
......@@ -42,7 +42,7 @@ public final class ExtractorAsserts {
}
private static final String DUMP_EXTENSION = ".dump";
private static final String UNKNOWN_LENGTH_EXTENSION = ".unklen" + DUMP_EXTENSION;
private static final String UNKNOWN_LENGTH_EXTENSION = ".unknown_length" + DUMP_EXTENSION;
/**
* Asserts that {@link Extractor#sniff(ExtractorInput)} returns the {@code expectedResult} for a
......
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