Skip to content

Commit

Permalink
Replaced timelib CopyToIsoFormat with dfDateTime log2timeline#910
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Apr 16, 2021
1 parent f0d8852 commit 345214e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/psort_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def testProcessStorageWithMissingParameters(self):
self.assertEqual(TestOutputModuleMissingParameters.parameters, 'foobar')

expected_line = (
'2021-04-11T05:15:34.607704+00:00,Last Access Time,FILE,File stat,'
'2021-04-11T05:15:34.607703823+00:00,Last Access Time,FILE,File stat,'
'OS:/tmp/test/test_data/syslog Type: file,filestat,'
'OS:/tmp/test/test_data/syslog,-')
self.assertIn(expected_line, lines)
Expand Down

0 comments on commit 345214e

Please sign in to comment.