summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-18 16:34:00 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-18 16:34:00 +0100
commitf80a1013666d21408b790a5e9d8614d6da52c59c (patch)
treeca6c8bf096a1b423413558a2a75cd0db15ac7a14 /src/exchangedb
parentc583d0a8b47b763e42748466ca5396feacf48d25 (diff)
downloadexchange-f80a1013666d21408b790a5e9d8614d6da52c59c.tar.gz
exchange-f80a1013666d21408b790a5e9d8614d6da52c59c.tar.bz2
exchange-f80a1013666d21408b790a5e9d8614d6da52c59c.zip
fixing another test failing due to amount 1e-8 change
Diffstat (limited to 'src/exchangedb')
-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 1e76de16b..bc46a8f80 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -1303,7 +1303,7 @@ run (void *cls)
sizeof (reserve_pub)));
/* this is the amount we trasferred twice*/
FAILIF (1 != bt->amount.value);
- FAILIF (10 != bt->amount.fraction);
+ FAILIF (1000 != bt->amount.fraction);
FAILIF (0 != strcmp (CURRENCY, bt->amount.currency));
FAILIF (NULL == bt->sender_account_details);
FAILIF (NULL == bt->transfer_details);