From 0c615eb7fa20ce20f2750c4f57ebf14e9400128f Mon Sep 17 00:00:00 2001 From: dan-du-car Date: Thu, 27 Jul 2023 15:22:09 +0000 Subject: [PATCH] update unit test --- .../CDASimAdapter/test/TestCARMASimulationConnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2i-hub/CDASimAdapter/test/TestCARMASimulationConnection.cpp b/src/v2i-hub/CDASimAdapter/test/TestCARMASimulationConnection.cpp index ea7e0e98e..2c686d170 100644 --- a/src/v2i-hub/CDASimAdapter/test/TestCARMASimulationConnection.cpp +++ b/src/v2i-hub/CDASimAdapter/test/TestCARMASimulationConnection.cpp @@ -31,7 +31,7 @@ namespace CDASimAdapter { } public: std::shared_ptr connection; - std::string sensors_file_path = "../CDASimAdapter/test/sensors.json"; + std::string sensors_file_path = "../../CDASimAdapter/test/sensors.json"; };