aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-23 11:03:54 -0700
committerSimon Glass <sjg@chromium.org>2021-12-02 09:16:30 -0700
commite2f0474b05e9667f7f764138c833331fa701e7bf (patch)
tree78ae995be0807cf1638f71ee749050d8dc4c6dc8 /tools
parent7413321a47483f1be94dad2e8e3e20c7230ad6e2 (diff)
downloadu-boot-e2f0474b05e9667f7f764138c833331fa701e7bf.zip
u-boot-e2f0474b05e9667f7f764138c833331fa701e7bf.tar.gz
u-boot-e2f0474b05e9667f7f764138c833331fa701e7bf.tar.bz2
binman: Rename testCbfsNoCOntents()
Use a lower-case O as was intended. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-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 3982560..0f4330b 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')