clear does not yet work, also TEST_ASSERT_EQUAL datatype is off

This commit is contained in:
Jonas Hofmann 2025-12-09 01:40:43 +01:00
parent 402604cb45
commit 1c10994396

View File

@ -77,8 +77,8 @@ void test_addToTreeExpandsTreeCorrectly(void)
TEST_ASSERT_NULL(testRoot->right->right->left);
TEST_ASSERT_EQUAL_UINT16(1, testIsDouble);
//clearTree(testRoot);
// clearTree(testRoot);
}