From 4a76dd01e2ed5ee7422a8553bb93fd753931b76e Mon Sep 17 00:00:00 2001 From: dan-du-car Date: Tue, 25 Jul 2023 20:24:43 +0000 Subject: [PATCH] CI build fix --- .../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 50d489e8b..bde134372 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 = "./sensors.json"; + std::string sensors_file_path = "../../CDASimAdapter/sensors.json"; };