fix build

This commit is contained in:
Kukks 2019-01-06 09:29:21 +01:00
parent 1eecd85ceb
commit e6357d2ac8

View File

@ -1743,7 +1743,7 @@ donation:
var firstPayment = productPartDue - missingMoney;
cashCow.SendToAddress(invoiceAddress, Money.Coins(firstPayment));
Eventually(() =>
TestUtils.Eventually(() =>
{
invoice = user.BitPay.GetInvoice(invoice.Id);
// Check that for the second payment, network fee are included
@ -1768,7 +1768,7 @@ donation:
}
});
cashCow.SendToAddress(invoiceAddress, due);
Eventually(() =>
TestUtils.Eventually(() =>
{
invoice = user.BitPay.GetInvoice(invoice.Id);
Assert.Equal("paid", invoice.Status);