mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Fix LibraryUpdateServiceTest so ./gradlew ... doesn't crash (#4821)
This commit is contained in:
		| @@ -98,9 +98,10 @@ class LibraryUpdateServiceTest { | ||||
|         `when`(source.fetchChapterList(favManga[2])).thenReturn(Observable.just(chapters3)) | ||||
|  | ||||
|         val intent = Intent() | ||||
|         val categoryId = intent.getIntExtra(LibraryUpdateService.KEY_CATEGORY, -1) | ||||
|         val target = LibraryUpdateService.Target.CHAPTERS | ||||
|         runBlocking { | ||||
|             service.addMangaToQueue(intent, target) | ||||
|             service.addMangaToQueue(categoryId, target) | ||||
|             service.updateChapterList() | ||||
|  | ||||
|             // There are 3 network attempts and 2 insertions (1 request failed) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user