/*
 * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
 *
 * SPDX-License-Identifier: Apache-2.0
 */
#include "unity.h"

TEST_CASE("Test 1", "[test]")
{
    TEST_ASSERT(1 == 1);
}

TEST_CASE("Test 2", "[test]")
{
    TEST_ASSERT(1 == 1);
}

TEST_CASE("Test 3", "[test]")
{
    TEST_ASSERT(1 == 1);
}

TEST_CASE("Test 4", "[test]")
{
    TEST_ASSERT(1 == 1);
}
