From d5ee6e1d07805b11e02831fac0823f83cb8f9edd Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 22 Jan 2019 19:04:19 +0100 Subject: Fix denoms comparison. --- src/lib/test_exchange_api_overlapping_keys_bug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/test_exchange_api_overlapping_keys_bug.c') diff --git a/src/lib/test_exchange_api_overlapping_keys_bug.c b/src/lib/test_exchange_api_overlapping_keys_bug.c index 2614cd87..01fb4623 100755 --- a/src/lib/test_exchange_api_overlapping_keys_bug.c +++ b/src/lib/test_exchange_api_overlapping_keys_bug.c @@ -93,8 +93,8 @@ run (void *cls, /* Causes GET /keys?last_denom_issue=0 */ TALER_TESTING_cmd_check_keys_with_last_denom ("second-download", - 2, - 8, + 3, + 4, GNUNET_TIME_UNIT_ZERO_ABS), TALER_TESTING_cmd_end () }; -- cgit v1.2.3