From 1c7ffbaa19009fdc0fed88cf6883706876a40e80 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 11 Feb 2020 10:54:39 +0800 Subject: [PATCH] app_update: rename ut name --- components/app_update/test/test_ota_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/app_update/test/test_ota_ops.c b/components/app_update/test/test_ota_ops.c index b1d168d046..c7c146b8f2 100644 --- a/components/app_update/test/test_ota_ops.c +++ b/components/app_update/test/test_ota_ops.c @@ -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);