mirror of
https://github.com/gotson/komga.git
synced 2026-04-28 09:57:02 +02:00
refactor: remove unused variable
This commit is contained in:
parent
16f4a9756d
commit
4afa912dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue