From 9914a9b301c5b3381ddbe8dba8c47be2366e3de4 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 21 Mar 2019 18:47:35 +0100 Subject: Adapt "/history" tests to the new policy of 'start' defaults. --- src/bank-lib/test_bank_interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bank-lib/test_bank_interpreter.c') diff --git a/src/bank-lib/test_bank_interpreter.c b/src/bank-lib/test_bank_interpreter.c index 562b6dae..fc765779 100644 --- a/src/bank-lib/test_bank_interpreter.c +++ b/src/bank-lib/test_bank_interpreter.c @@ -794,7 +794,7 @@ interpreter_run (void *cls) &auth, cmd->details.history.account_number, cmd->details.history.direction, - cmd->details.history.ascending, + GNUNET_YES, rowid, cmd->details.history.num_results, &history_cb, -- cgit v1.2.3