Skip to content

Commit b0035a8

Browse files
Fix lint
1 parent 550fc2e commit b0035a8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

app/src/androidTest/java/org/schabi/newpipe/database/FeedDAOTest.kt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,13 @@ class FeedDAOTest {
7272
private val allStreams = listOf(stream1, stream2, stream3, stream4, stream5, stream6, stream7)
7373

7474
private fun createStreamEntity(
75-
uid: Long, url: String, title: String, type: StreamType = StreamType.VIDEO_STREAM,
76-
uploader: String, uploaderUrl: String, date: LocalDate,
75+
uid: Long,
76+
url: String,
77+
title: String,
78+
type: StreamType = StreamType.VIDEO_STREAM,
79+
uploader: String,
80+
uploaderUrl: String,
81+
date: LocalDate,
7782
) = StreamEntity(
7883
uid, serviceId, url, title, type, duration = 1000, uploader, uploaderUrl,
7984
thumbnailUrl = "https://i.ytimg.com/vi/1/hqdefault.jpg", viewCount = 100, textualUploadDate = date.toString(),

0 commit comments

Comments
 (0)