On Tue, 8 Oct 2024 at 06:09, Andrew Goodbody <andrew.goodb...@linaro.org> wrote: > > When the config option CMD_MISC was renamed to CMD_SLEEP the check > in the test for the sleep command was not updated. Do that now. > > Fixes: 16060854095 ("cmd: Rename CMD_MISC to CMD_SLEEP") > Signed-off-by: Andrew Goodbody <andrew.goodb...@linaro.org> > --- > > test/py/tests/test_sleep.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>