diff --git a/tests/analyzer/analyzer.py b/tests/analyzer/analyzer.py index 4506345d..30f69827 100644 --- a/tests/analyzer/analyzer.py +++ b/tests/analyzer/analyzer.py @@ -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)