diff --git a/tests/unit_tests/triangulation_tests.cpp b/tests/unit_tests/triangulation_tests.cpp
index a69bf5103016a65d90be1240e1973364620633b0..6e74b3b7329c171123216467bd5d16bbcc7cbf12 100644
--- a/tests/unit_tests/triangulation_tests.cpp
+++ b/tests/unit_tests/triangulation_tests.cpp
@@ -1,5 +1,5 @@
 #include "gtest/gtest.h"
-#include <shapes/point.h>
+#include <point.h>
 
 
 TEST(TriangulationTests, Page3Example) {
@@ -8,5 +8,6 @@ TEST(TriangulationTests, Page3Example) {
          {175, 77}, {131, 72}, {111, 113},
           {72, 43}, {26, 55}, {29, 100}};
 
+    
      
 }
\ No newline at end of file