style: Add typos pre-commit hook (#2041)

This commit is contained in:
Ayaz Salikhov
2025-04-29 09:59:11 +01:00
committed by GitHub
parent de43be887e
commit af0a8af287
95 changed files with 207 additions and 180 deletions

View File

@@ -43,7 +43,7 @@ protected:
/**
* @brief Fixture with a "nice" ETLService mock.
*
* Use @see MockETLServiceTestNaggy during development to get unset call expectation warnings from the embeded mock.
* Use @see MockETLServiceTestNaggy during development to get unset call expectation warnings from the embedded mock.
* Once the test is ready and you are happy you can switch to this fixture to mute the warnings.
*/
using MockETLServiceTest = MockETLServiceTestBase<::testing::NiceMock>;