@ -1,7 +1,6 @@
// test_wwm.c
#include "unity.h"
#include <string.h>
#include "wwm.h"
@ -33,3 +32,4 @@ void test_crandomNumber(void){
TEST_ASSERT_TRUE(result >= 0 && result <= 9);
}