Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: AssemblyJohn <[email protected]>
  • Loading branch information
AssemblyJohn committed Oct 17, 2024
1 parent 1ccc6b9 commit f4fb53c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f4fb53c

Please sign in to comment.