summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/binman_tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/binman_tests.rst b/doc/develop/binman_tests.rst
index 3be7d43cd3f..74a2d0e8ef2 100644
--- a/doc/develop/binman_tests.rst
+++ b/doc/develop/binman_tests.rst
@@ -402,7 +402,7 @@ Another type of test is one which checks error-handling, for example:
def testFillNoSize(self):
"""Test for an fill entry type with no size"""
with self.assertRaises(ValueError) as e:
- self._DoReadFile('070_fill_no_size.dts')
+ self._DoReadFile('entry/fill_no_size.dts')
self.assertIn("'fill' entry is missing properties: size",
str(e.exception))