mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-31 20:04:31 +01:00
Fix flaky test (#6634)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user