#include #include "query/procedure/mg_procedure_impl.hpp" namespace test_utils { using MgpValueOwningPtr = std::unique_ptr; MgpValueOwningPtr CreateValueOwningPtr(mgp_value *value) { return MgpValueOwningPtr(value, &mgp_value_destroy); } } // namespace test_utils