mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
app_update: rename ut name
This commit is contained in:
parent
d16ad4a67a
commit
1c7ffbaa19
@ -84,7 +84,7 @@ TEST_CASE("esp_ota_get_next_update_partition logic", "[ota]")
|
||||
TEST_ASSERT_EQUAL_PTR(ota_0, p);
|
||||
}
|
||||
|
||||
TEST_CASE("esp_ota_get_partition_description ", "[ota]")
|
||||
TEST_CASE("esp_ota_get_partition_description", "[ota]")
|
||||
{
|
||||
const esp_partition_t *running = esp_ota_get_running_partition();
|
||||
TEST_ASSERT_NOT_NULL(running);
|
||||
|
Loading…
x
Reference in New Issue
Block a user