Remove repeated fee_rate test
One of the tests is a copy of the test two above it with a similar name. Remove the copy of the test.
This commit is contained in:
parent
bd50943234
commit
5edcc5dad4
|
@ -383,12 +383,6 @@ mod tests {
|
|||
assert_eq!(fee_rate, FeeRate::from_sat_per_mvb(11_000));
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn from_sat_per_vb() {
|
||||
let fee_rate = FeeRate::from_sat_per_vb(10);
|
||||
assert_eq!(fee_rate, FeeRate::from_sat_per_kwu(2500));
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn raw_feerate() {
|
||||
let fee_rate = FeeRate::from_sat_per_kwu(749);
|
||||
|
|
Loading…
Reference in New Issue