From 5d1aba89f305366dd1ee59c5fd00e69cc9517cb8 Mon Sep 17 00:00:00 2001 From: Aristo Chen Date: Fri, 31 Jul 2026 00:13:35 +0000 Subject: binman: Fix typo for the test case name Fix typo from `Singature` to `Signature` Signed-off-by: Aristo Chen Reviewed-by: Dhruva Gole Reviewed-by: Simon Glass --- 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 9553eb6b736..b5e56707c83 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -8466,7 +8466,7 @@ fdt fdtmap Extract the devicetree blob from the fdtmap 'Node \'/binman/fit\': multiple key paths found', str(e.exception)) - def testFitSignNoSingatureNodes(self): + def testFitSignNoSignatureNodes(self): """Test that fit,sign doens't raise error if no signature nodes found""" if not elf.ELF_TOOLS: self.skipTest('Python elftools not available') -- cgit v1.2.3