From 2e2c6aef83c00ce558bbd7150a945c077c251e96 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 29 Jun 2022 23:42:30 +0900 Subject: [PATCH] Fix warning --- BTCPayServer.Tests/SeleniumTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer.Tests/SeleniumTests.cs b/BTCPayServer.Tests/SeleniumTests.cs index 519111921..f7fd148de 100644 --- a/BTCPayServer.Tests/SeleniumTests.cs +++ b/BTCPayServer.Tests/SeleniumTests.cs @@ -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);