Skip to content

Commit

Permalink
Added fsfat back-end log2timeline#580
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Aug 7, 2022
1 parent f4c73f5 commit 0ca9d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/analyzer/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def testGetFileSystemTypeIndicatorsEXT2(self):
self.assertEqual(type_indicators, expected_type_indicators)

def testGetFileSystemTypeIndicatorsFAT12(self):
"""Tests the GetFileSystemTypeIndicators function on a FAT-12file system."""
"""Tests the GetFileSystemTypeIndicators function on a FAT12 file system."""
test_file = self._GetTestFilePath(['fat12.raw'])
self._SkipIfPathNotExists(test_file)

Expand Down

0 comments on commit 0ca9d32

Please sign in to comment.