Skip to content

Commit

Permalink
Update the date value to match assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
FathanAbi committed Dec 3, 2024
1 parent 675ea95 commit b0ad25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parsers/sqlite_plugins/android_app_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def testParse(self):
self.assertEqual(number_of_warnings, 0)

expected_event_values = {
'launch_time': '2022-12-04T16:59:28.297+00:00',
'launch_time': '2022-12-04T16:59:28.274+00:00',
'package_name': 'com.android.settings',
'launch_location_id': 4,
'prediction_ui_surface_id': 1,
Expand Down

0 comments on commit b0ad25d

Please sign in to comment.