From ec9575638ba5f911bd469f8717e6dfe5b8ff9697 Mon Sep 17 00:00:00 2001
From: Brandon Lai-Cheong <brandon.lai-cheong@uwaterloo.ca>
Date: Mon, 28 Oct 2024 21:25:51 -0400
Subject: [PATCH] refactor

---
 tests/unit_tests/triangulation_tests.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/unit_tests/triangulation_tests.cpp b/tests/unit_tests/triangulation_tests.cpp
index a69bf51..6e74b3b 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
-- 
GitLab