Skip to content

Commit 1c7ffba

Browse files
committed
app_update: rename ut name
1 parent d16ad4a commit 1c7ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/app_update/test/test_ota_ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ TEST_CASE("esp_ota_get_next_update_partition logic", "[ota]")
8484
TEST_ASSERT_EQUAL_PTR(ota_0, p);
8585
}
8686

87-
TEST_CASE("esp_ota_get_partition_description ", "[ota]")
87+
TEST_CASE("esp_ota_get_partition_description", "[ota]")
8888
{
8989
const esp_partition_t *running = esp_ota_get_running_partition();
9090
TEST_ASSERT_NOT_NULL(running);

0 commit comments

Comments
 (0)