Adapt test

This commit is contained in:
Dominik Werder
2021-10-06 12:39:19 +02:00
parent 3f151b6e7f
commit 54a1af50de
6 changed files with 8 additions and 66 deletions

View File

@@ -403,7 +403,3 @@ impl ChannelConfigExt for ChannelConfig {
ret
}
}
pub trait HasSeenBeforeRangeCount {
fn seen_before_range_count(&self) -> usize;
}