Skip to content

Commit 3d3d946

Browse files
committed
Fixed imports
1 parent a6515d5 commit 3d3d946

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

app/src/androidTest/java/org/schabi/newpipe/local/history/HistoryRecordManagerTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ import org.junit.Assert.assertEquals
77
import org.junit.Before
88
import org.junit.Rule
99
import org.junit.Test
10-
import org.junit.rules.Timeout
1110
import org.schabi.newpipe.database.AppDatabase
1211
import org.schabi.newpipe.database.history.model.SearchHistoryEntry
1312
import org.schabi.newpipe.testUtil.TestDatabase
1413
import org.schabi.newpipe.testUtil.TrampolineSchedulerRule
1514
import java.time.LocalDateTime
1615
import java.time.OffsetDateTime
1716
import java.time.ZoneOffset
18-
import java.util.concurrent.TimeUnit
1917

2018
class HistoryRecordManagerTest {
2119

app/src/androidTest/java/org/schabi/newpipe/local/playlist/LocalPlaylistManagerTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ import org.junit.After
44
import org.junit.Before
55
import org.junit.Rule
66
import org.junit.Test
7-
import org.junit.rules.Timeout
87
import org.schabi.newpipe.database.AppDatabase
98
import org.schabi.newpipe.database.stream.model.StreamEntity
109
import org.schabi.newpipe.extractor.stream.StreamType
1110
import org.schabi.newpipe.testUtil.TestDatabase
1211
import org.schabi.newpipe.testUtil.TrampolineSchedulerRule
13-
import java.util.concurrent.TimeUnit
1412

1513
class LocalPlaylistManagerTest {
1614

0 commit comments

Comments
 (0)