From 4bb2a43330d208b15dd225bdc9706e9a44106ef9 Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Sun, 20 Jun 2021 14:21:19 +0200
Subject: [PATCH] Fixing IO

---
 src/VTKWriter/VTKWriter_unit_tests.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/VTKWriter/VTKWriter_unit_tests.hpp b/src/VTKWriter/VTKWriter_unit_tests.hpp
index 88fff12..df08b27 100644
--- a/src/VTKWriter/VTKWriter_unit_tests.hpp
+++ b/src/VTKWriter/VTKWriter_unit_tests.hpp
@@ -1233,7 +1233,7 @@ BOOST_AUTO_TEST_CASE( vtk_writer_use_point_set_check_out_precision )
 
 #else
 
-	std::string c2 = std::string("test_data/test_data/vtk_points_with_prp_names_prec_check_test.vtk");
+	std::string c2 = std::string("test_data/vtk_points_with_prp_names_prec_check_test.vtk");
 
 #endif
 
-- 
GitLab