diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/boot/bootflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c index ea1a994fd3d..6eeb59aaa46 100644 --- a/test/boot/bootflow.c +++ b/test/boot/bootflow.c @@ -892,7 +892,7 @@ static int bootflow_menu_theme(struct unit_test_state *uts) * * Check both menu items, since there are two bootflows */ - ut_assertok(check_font(uts, scn, OBJ_PROMPT, font_size)); + ut_assertok(check_font(uts, scn, OBJ_PROMPT1A, font_size)); ut_assertok(check_font(uts, scn, OBJ_POINTER, font_size)); for (i = 0; i < 2; i++) { ut_assertok(check_font(uts, scn, ITEM_DESC + i, font_size)); |