refactor: remove unused variable

This commit is contained in:
Gauthier Roebroeck 2020-01-08 10:16:40 +08:00
parent 16f4a9756d
commit 4afa912dd0

View file

@ -131,7 +131,7 @@ class FileSystemScannerTest {
val root = fs.getPath("/root")
Files.createDirectory(root)
val dir1 = makeSubDir(root, "dir1", listOf("comic.Cbz", "comic2.CBR"))
makeSubDir(root, "dir1", listOf("comic.Cbz", "comic2.CBR"))
// when
val scannedSeries = scanner.scanRootFolder(root)