4398 dont install cppunit (#4399)

* chore(SingleSocketPoller): spelling

* fix(CppUnit): do not install #4398

* fix(DataTest): do not install #4398
This commit is contained in:
Aleksandar Fabijanic
2024-01-16 00:03:33 +01:00
committed by GitHub
parent bbd07b6cb7
commit 64dbfab0fa
3 changed files with 1 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ public:
}
bool done() const
/// Returns tru if handler is done.
/// Returns true if handler is done.
{
return _reader.handlerDone();
}