Add SMS read time in the MVT logs

This commit is contained in:
Donncha Ó Cearbhaill
2023-06-29 18:55:39 +02:00
parent e2516f284b
commit 7046ff80d1
2 changed files with 17 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ class TestSMSModule:
m = SMS(target_path=get_ios_backup_folder())
run_module(m)
assert len(m.results) == 1
assert len(m.timeline) == 1
assert len(m.timeline) == 2 # SMS received and read events.
assert len(m.detected) == 0
def test_detection(self, indicator_file):