mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-12 16:42:45 +00:00
Fixed test file
This commit is contained in:
@@ -18,7 +18,6 @@ class TestSafariBrowserStateModule:
|
||||
m = SafariBrowserState(target_path=get_ios_backup_folder(), log=logging, results=[])
|
||||
m.is_backup = True
|
||||
run_module(m)
|
||||
assert m.file_path is not None
|
||||
assert len(m.results) == 1
|
||||
assert len(m.timeline) == 1
|
||||
assert len(m.detected) == 0
|
||||
|
||||
Reference in New Issue
Block a user