diff --git a/test/test_convert_g_to_mg.c b/test/test_convert_g_to_mg.c index 46b6755..377febf 100644 --- a/test/test_convert_g_to_mg.c +++ b/test/test_convert_g_to_mg.c @@ -1,5 +1,5 @@ -#include "unity.h" // Include the Unity header file -#include "../src/convert_g_to_mg.h" // Include the header file containing the function to be tested +#include "unity.h" +#include "../src/convert_g_to_mg.h" // Test setup function void setUp(void) {