Browse Source

refactoring: removed unnecessary comments

remotes/origin/testing
Sandro Welte 12 months ago
parent
commit
33c1fcf481
  1. 4
      test/test_convert_ton_to_kg.c

4
test/test_convert_ton_to_kg.c

@ -1,9 +1,9 @@
#include "unity.h" // Include the Unity header file
#include "unity.h"
#include "../src/convert_ton_to_kg.h"
#include "limits.h"
// Test setup function
void setUp(void) {
// This function will be called before each test
}
// Test teardown function

Loading…
Cancel
Save