diff --git a/test/logformats_test.py b/test/logformats_test.py index 9f362faf3..347785b4b 100644 --- a/test/logformats_test.py +++ b/test/logformats_test.py @@ -670,7 +670,7 @@ def _setup_instance(self): class TestCsvFileFormat(ReaderWriterTest): - """Tests can.ASCWriter and can.ASCReader""" + """Tests can.CSVWriter and can.CSVReader""" def _setup_instance(self): super()._setup_instance_helper( @@ -731,7 +731,7 @@ def test_read_all(self): class TestPrinter(unittest.TestCase): - """Tests that can.Printer does not crash + """Tests that can.Printer does not crash. TODO test append mode """