Modify SMS test artifact to include date_read

This commit is contained in:
Rory Flynn 2024-01-03 18:49:54 +01:00
parent d3dc011fa0
commit 9d85780763
2 changed files with 1 additions and 1 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
assert len(m.detected) == 0
def test_detection(self, indicator_file):