Skip to content

Commit

Permalink
Update android_airtag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hanamahes78 authored and joachimmetz committed Mar 2, 2025
1 parent d403d63 commit afe9fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/parsers/sqlite_plugins/android_airtag.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def testProcess(self):
'latitude': -97.7381371,
'longitude': 30.2654229,
'device_name': None,
'first_discovery': '2022-08-16T18:26:18.159+00:00',
'last_seen': '2022-08-16T18:26:18.159+00:00'}
'first_discovery': '2022-08-16T18:26:18.159',
'last_seen': '2022-08-16T18:26:18.159'}

event_data = storage_writer.GetAttributeContainerByIndex('event_data', 0)
self.CheckEventData(event_data, expected_event_values)
Expand Down

0 comments on commit afe9fe3

Please sign in to comment.