diff --git a/test/test_convert_kg_to_ton.c b/test/test_convert_kg_to_ton.c index d68b700..2988f2c 100644 --- a/test/test_convert_kg_to_ton.c +++ b/test/test_convert_kg_to_ton.c @@ -1,4 +1,4 @@ -#include "unity.h" // Include the Unity header file +#include "unity.h" #include "../src/convert_kg_to_ton.h" // Test setup function