[PATCH 17/17] binman: Rename testCbfsNoCOntents()
Simon Glass
sjg at chromium.org
Tue Nov 23 19:03:54 CET 2021
Use a lower-case O as was intended.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/ftest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index 3982560c47c..0f4330b6807 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')
--
2.34.0.rc2.393.gf8c9666880-goog
More information about the U-Boot
mailing list