tested in GNUnet already

This commit is contained in:
Christian Grothoff 2020-01-17 12:25:03 +01:00
parent d3fb16b380
commit 11d5f61984
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -88,7 +88,6 @@ run_queries (struct GNUNET_PQ_Context *conn)
json = json_object ();
json_object_set_new (json, "foo", json_integer (42));
GNUNET_assert (NULL != json);
/* FIXME: test GNUNET_PQ_result_spec_variable_size */
{
struct GNUNET_PQ_QueryParam params_insert[] = {
TALER_PQ_query_param_amount (&hamount),