Update BackupTest.kt

(cherry picked from commit 00b1b097a7)
This commit is contained in:
Jay 2020-01-11 02:11:06 -08:00 committed by arkon
parent cd90702fe5
commit 262ad45b79

View File

@ -389,7 +389,6 @@ class BackupTest {
val track = TrackImpl()
track.title = manga.title
track.manga_id = manga.id!!
track.remote_id = 1
track.sync_id = 1
return track
}