Show radio instead of Youtube logo in mixes
YouTube mixes have YouTube as a creator, though YouTube's logo is not safe to use as it is a trademark (better safe than sorry)
This commit is contained in:
parent
0ced9ba799
commit
c2210330b6
3 changed files with 25 additions and 9 deletions
|
|
@ -4,7 +4,6 @@ import org.junit.Assert.assertEquals
|
|||
import org.junit.Test
|
||||
import java.time.LocalDate
|
||||
import java.time.OffsetDateTime
|
||||
import java.time.ZoneId
|
||||
import java.time.ZoneOffset
|
||||
import java.util.Calendar
|
||||
import java.util.TimeZone
|
||||
|
|
@ -13,7 +12,7 @@ class OffsetDateTimeToCalendarTest {
|
|||
@Test
|
||||
fun testRelativeTimeWithCurrentOffsetDateTime() {
|
||||
val calendar = LocalDate.of(2020, 1, 1).atStartOfDay().atOffset(ZoneOffset.UTC)
|
||||
.toCalendar()
|
||||
.toCalendar()
|
||||
|
||||
assertEquals(2020, calendar[Calendar.YEAR])
|
||||
assertEquals(0, calendar[Calendar.MONTH])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue