From 7d377e3da763d2b591742f207a864b82952505a0 Mon Sep 17 00:00:00 2001 From: Sandro Welte Date: Thu, 8 Feb 2024 18:11:53 +0100 Subject: [PATCH] refactoring: removed unnecessary comment --- test/test_convert_m_to_ft.c | 1 - 1 file changed, 1 deletion(-) 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