Skip to content

Commit

Permalink
gh #47 Issue fixes
Browse files Browse the repository at this point in the history
* correcting typo
  • Loading branch information
akhilbhas committed Oct 16, 2024
1 parent 6fcfe7e commit 75a49cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_l1_tvSettings.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 75a49cc

Please sign in to comment.