mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
fix: unit test
This commit is contained in:
@@ -45,7 +45,7 @@ class TestScanLibraryTask:
|
||||
mock_scan_platforms.assert_called_once_with(
|
||||
platform_ids=[],
|
||||
metadata_sources=[MetadataSource.RA, MetadataSource.LAUNCHBOX],
|
||||
scan_type=ScanType.UPDATE,
|
||||
scan_type=ScanType.QUICK,
|
||||
)
|
||||
mock_log.info.assert_any_call("Scheduled library scan done")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user