From f4fb53c48ff14af3ddbba21029b7eefd2f40f525 Mon Sep 17 00:00:00 2001 From: AssemblyJohn Date: Thu, 17 Oct 2024 15:28:39 +0300 Subject: [PATCH] Format Signed-off-by: AssemblyJohn --- tests/tests.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/tests.cpp b/tests/tests.cpp index d84f455..c42d607 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -88,12 +88,11 @@ class EvseSecurityTests : public ::testing::Test { } }; - class EvseSecurityTestsMulti : public EvseSecurityTests { -protected: +protected: void install_certs() override { std::system("./generate_test_certs_multi.sh"); - } + } }; class EvseSecurityTestsExpired : public EvseSecurityTests {