fixed diagnostic/readabilty issue reported by clang-tidy #WIP

Dieser Commit ist enthalten in:
Reinder Feenstra 2022-01-08 15:22:17 +01:00
Ursprung d9c63fd3fa
Commit 84714aff30

Datei anzeigen

@ -208,7 +208,7 @@ TEST_CASE("Create world, decoder and function => destroy function", "[object-cre
functionsWeak.lock()->remove(functionWeak.lock());
REQUIRE(functionWeak.expired());
REQUIRE(functionsWeak.lock()->items.size() == 0);
REQUIRE(functionsWeak.lock()->items.empty());
world.reset();
REQUIRE(functionsWeak.expired());