We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089dbe8 commit 2308b07Copy full SHA for 2308b07
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/media_ccc/MediaCCCStreamExtractorTest.java
@@ -89,7 +89,7 @@ public void testAudioStreams() throws Exception {
89
90
@Test
91
public void testGetTextualUploadDate() throws ParsingException {
92
- Assert.assertEquals("2018-05-11", extractor.getTextualUploadDate());
+ Assert.assertEquals("2018-05-11T02:00:00.000+02:00", extractor.getTextualUploadDate());
93
}
94
95
0 commit comments