We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7afdd commit 27c9791Copy full SHA for 27c9791
tests/subsys/storage/flash_map/src/main.c
@@ -13,9 +13,9 @@ extern int flash_map_entries;
13
struct flash_sector fs_sectors[256];
14
15
/**
16
- * @brief Test flash_area_to_sectors()
+ * @brief Test flash_area_get_sectors()
17
*/
18
-void test_flash_area_to_sectors(void)
+void test_flash_area_get_sectors(void)
19
{
20
const struct flash_area *fa;
21
u32_t sec_cnt;
@@ -100,6 +100,6 @@ void test_flash_area_to_sectors(void)
100
void test_main(void)
101
102
ztest_test_suite(test_flash_map,
103
- ztest_unit_test(test_flash_area_to_sectors));
+ ztest_unit_test(test_flash_area_get_sectors));
104
ztest_run_test_suite(test_flash_map);
105
}
0 commit comments