mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 04:31:01 +00:00
expose dropped message counts and fix some typos/wording
This commit is contained in:
@@ -138,7 +138,7 @@ mod test {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn len_doesnt_panic_if_lots_of_retired() {
|
||||
fn len_doesnt_panic_if_lots_of_ids_are_retired() {
|
||||
let mut map = DenseMap::<usize, usize>::new();
|
||||
|
||||
let id1 = map.add(1);
|
||||
|
||||
Reference in New Issue
Block a user