Skip to content

Commit

Permalink
fixing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
chb2mn authored and joachimmetz committed Dec 16, 2023
1 parent f1a6ce6 commit d2c7e25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/parsers/sqlite_plugins/firefox_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ def testProcessVersion118(self):
'data_type': 'firefox:downloads:download',
'download_state': 1,
'end_time': 1689722429974,
'full_path': 'file:///C:/Users/factdevteam/Downloads/VSCodeUserSetup-x64-1.80.1.exe',
'full_path':
'file:///C:/Users/factdevteam/'
'Downloads/VSCodeUserSetup-x64-1.80.1.exe',
'name': 'VSCodeUserSetup-x64-1.80.1.exe',
'received_bytes': 93176792,
'start_time': "2023-07-18T23:20:28.452000+00:00",
Expand Down

0 comments on commit d2c7e25

Please sign in to comment.