From: Simon Glass Date: Tue, 23 Nov 2021 18:03:54 +0000 (-0700) Subject: binman: Rename testCbfsNoCOntents() X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=e2f0474b05e9667f7f764138c833331fa701e7bf;p=u-boot.git binman: Rename testCbfsNoCOntents() Use a lower-case O as was intended. Signed-off-by: Simon Glass --- diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index 3982560c47..0f4330b680 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -2251,7 +2251,7 @@ class TestFunctional(unittest.TestCase): self._DoReadFile('107_cbfs_no_size.dts') self.assertIn('entry must have a size property', str(e.exception)) - def testCbfsNoCOntents(self): + def testCbfsNoContents(self): """Test handling of a CBFS entry which does not provide contentsy""" with self.assertRaises(ValueError) as e: self._DoReadFile('108_cbfs_no_contents.dts')