Fix warning

This commit is contained in:
nicolas.dorier 2022-06-29 23:42:30 +09:00
parent e511538ba6
commit 2e2c6aef83
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -1546,7 +1546,7 @@ namespace BTCPayServer.Tests
$"LNurl w payout test {DateTime.UtcNow.Ticks}",
TimeSpan.FromHours(1), CancellationToken.None));
response = await info.SendRequest(bolt2.BOLT11, s.Server.PayTester.HttpClient);
await TestUtils.EventuallyAsync(async () =>
TestUtils.Eventually(() =>
{
s.Driver.Navigate().Refresh();
Assert.Contains(bolt2.BOLT11, s.Driver.PageSource);