diff --git a/extractor/src/test/java/org/schabi/newpipe/downloader/RecordingDownloader.java b/extractor/src/test/java/org/schabi/newpipe/downloader/RecordingDownloader.java index bfe9e8c77..9e07959f0 100644 --- a/extractor/src/test/java/org/schabi/newpipe/downloader/RecordingDownloader.java +++ b/extractor/src/test/java/org/schabi/newpipe/downloader/RecordingDownloader.java @@ -27,6 +27,10 @@ import javax.annotation.Nonnull; * The files must be created on the local dev environment * and recreated when the requests made by a test class change. *

+ *

+ * Run the test class as a whole and not each test separately. + * Make sure the requests made by a class are unique. + *

*/ class RecordingDownloader extends Downloader {