summaryrefslogtreecommitdiff
path: root/tools/binman
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-23 21:03:54 +0300
committerSimon Glass <sjg@chromium.org>2021-12-02 19:16:30 +0300
commite2f0474b05e9667f7f764138c833331fa701e7bf (patch)
tree78ae995be0807cf1638f71ee749050d8dc4c6dc8 /tools/binman
parent7413321a47483f1be94dad2e8e3e20c7230ad6e2 (diff)
downloadu-boot-e2f0474b05e9667f7f764138c833331fa701e7bf.tar.xz
binman: Rename testCbfsNoCOntents()
Use a lower-case O as was intended. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman')
-rw-r--r--tools/binman/ftest.py2
1 files changed, 1 insertions, 1 deletions
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')