diff --git a/test/test_convert_m_to_ft.c b/test/test_convert_m_to_ft.c index 8c117a8..98ba87e 100644 --- a/test/test_convert_m_to_ft.c +++ b/test/test_convert_m_to_ft.c @@ -26,4 +26,3 @@ void test_convert_length(void) { TEST_ASSERT_EQUAL_FLOAT(expectedResult, result); } -// Note: No main function needed in unit tests \ No newline at end of file