summaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-18 15:02:35 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-19 00:17:15 +0200
commitd66a29e383d1a6985906136c9606fcd18cb1c124 (patch)
tree8671d89eca7185bfd233e24b8644609ccaf326d9 /src/exchangedb/test_exchangedb.c
parent75b0879f4e5d0feb16f5cee6c775a587c9d47ecf (diff)
downloadexchange-d66a29e383d1a6985906136c9606fcd18cb1c124.tar.gz
exchange-d66a29e383d1a6985906136c9606fcd18cb1c124.tar.bz2
exchange-d66a29e383d1a6985906136c9606fcd18cb1c124.zip
convert another function for #5010
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r--src/exchangedb/test_exchangedb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index adb723757..28e089cf7 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -1801,7 +1801,7 @@ run (void *cls)
FAILIF (GNUNET_OK !=
plugin->start (plugin->cls,
session));
- FAILIF (GNUNET_OK !=
+ FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT !=
plugin->mark_deposit_tiny (plugin->cls,
session,
deposit_rowid));