From 75a49cc1cacb916c3e8de8b34cd87701a4ed997b Mon Sep 17 00:00:00 2001 From: akhilbhas <13413713+akhilbhas@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:22:01 +0000 Subject: [PATCH] gh #47 Issue fixes * correcting typo --- src/test_l1_tvSettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_l1_tvSettings.c b/src/test_l1_tvSettings.c index 9fc4c4e..b4409b5 100644 --- a/src/test_l1_tvSettings.c +++ b/src/test_l1_tvSettings.c @@ -14824,7 +14824,7 @@ void test_l1_tvSettings_negative_SaveCMS (void) result = SaveCMS(videoSource,pqValue,videoFormat,COMP_HUE, tvDataColor_YELLOW,30); UT_ASSERT_EQUAL(result, tvERROR_INVALID_PARAM); } - else if(UT_KVP_PROFILE_GET_BOOL("tvSettings/ComponentHueMagentha/platformsupport") == false) + else if(UT_KVP_PROFILE_GET_BOOL("tvSettings/ComponentHueMagenta/platformsupport") == false) { result = SaveCMS(videoSource,pqValue,videoFormat,COMP_HUE, tvDataColor_MAGENTA,30); UT_ASSERT_EQUAL(result, tvERROR_INVALID_PARAM);