From c887b892969396d3ba7aa0cd7a62c28dcf54b76e Mon Sep 17 00:00:00 2001 From: James Chapman Date: Fri, 9 Aug 2024 14:04:57 +0100 Subject: [PATCH] fix: changed to use auto& ref as per review comment fix: re-enabled unit tests Signed-off-by: James Chapman --- modules/EvseV2G/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/EvseV2G/tests/CMakeLists.txt b/modules/EvseV2G/tests/CMakeLists.txt index 121724d09..383370df4 100644 --- a/modules/EvseV2G/tests/CMakeLists.txt +++ b/modules/EvseV2G/tests/CMakeLists.txt @@ -86,4 +86,4 @@ install( ) # runs fine locally, fails in CI -# add_test(${TLS_GTEST_NAME} ${TLS_GTEST_NAME}) +add_test(${TLS_GTEST_NAME} ${TLS_GTEST_NAME})