try fix tests

This commit is contained in:
Andrei Yankovich 2023-05-25 09:35:54 +02:00
parent 9a97eccb8c
commit f560c7dd2b

View File

@ -67,7 +67,6 @@ testProtockol::testProtockol() {
} }
testProtockol::~testProtockol() { testProtockol::~testProtockol() {
_app->exit(0);
delete _app; delete _app;
} }