Fix tests

This commit is contained in:
2026-06-06 17:36:13 -05:00
parent 2849ff8844
commit 003b647d83
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -438,6 +438,7 @@ static void test_requireLoaded_propagates_error(void **state) {
// ============================================================
int main(void) {
assertInit();
const struct CMUnitTest tests[] = {
// getEntry
cmocka_unit_test_setup_teardown(test_getEntry_creates_new, asset_setup, asset_teardown),