diff --git a/tests/main.cpp b/tests/main.cpp index b68a42d..10f54f3 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -8,7 +8,6 @@ void test_all(){ test_hash_functions(); test_hashtable(); test_dtsod(); - test_network(); printf("\e[96m--------------------------------------\e[0m\n"); }