diff --git a/BTCPayServer.Tests/SeleniumTests.cs b/BTCPayServer.Tests/SeleniumTests.cs index fdb4c9155..d007e01a7 100644 --- a/BTCPayServer.Tests/SeleniumTests.cs +++ b/BTCPayServer.Tests/SeleniumTests.cs @@ -272,7 +272,7 @@ namespace BTCPayServer.Tests // We CPFP'd two transactions with a newExpectedEffectiveFeeRate of 20.0 // When we want to RBF the previous CPFP, the currentEffectiveFeeRate should be coherent with our ealier choice - Assert.Equal(newExpectedEffectiveFeeRate, currentEffectiveFeeRate, 1); + Assert.Equal(newExpectedEffectiveFeeRate, currentEffectiveFeeRate, 0); s.ClickPagePrimary(); s.Driver.FindElement(By.Id("BroadcastTransaction")).Click();