Fix flaky test (#6634)

This commit is contained in:
nicolas.dorier
2025-03-24 21:48:43 +09:00
parent fcd49ff729
commit 5e3e2ed2c1

View File

@@ -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();