Browse Source

refactoring: removed unnecessary comment

remotes/origin/develop
Sandro Welte 11 months ago
parent
commit
7d377e3da7
  1. 1
      test/test_convert_m_to_ft.c

1
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
Loading…
Cancel
Save