fixing another test failing due to amount 1e-8 change
This commit is contained in:
parent
c583d0a8b4
commit
f80a101366
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user