Fixed CharacterString Value object name default and reverted API chan… (#888)

This commit is contained in:
Steve Karg
2025-01-06 11:40:03 -06:00
committed by GitHub
parent 2ba59abbf8
commit 6806cc3bb7
4 changed files with 108 additions and 102 deletions
+2 -2
View File
@@ -98,7 +98,7 @@ static void testCharacterString_Value(void)
void test_main(void)
{
ztest_test_suite(piv_tests, ztest_unit_test(testCharacterString_Value));
ztest_test_suite(csv_tests, ztest_unit_test(testCharacterString_Value));
ztest_run_test_suite(piv_tests);
ztest_run_test_suite(csv_tests);
}