diff --git a/test/TestHelper.cpp b/test/TestHelper.cpp index 1201cfee2..ff8a0d40c 100644 --- a/test/TestHelper.cpp +++ b/test/TestHelper.cpp @@ -331,10 +331,8 @@ void checkStorage(map _expectedStore, map _resultStore, } for (auto&& resultStorePair : _resultStore) - { if (!_expectedStore.count(resultStorePair.first)) BOOST_ERROR(_expectedAddr << ": unexpected store key " << resultStorePair.first); - } } void checkLog(LogEntries _resultLogs, LogEntries _expectedLogs)