Merge pull request #3388 from TheBlueMatt/2024-10-counter-test

Add additional test coverage of `NetworkGraph` counters
This commit is contained in:
Elias Rohrer 2024-11-07 11:07:32 +01:00 committed by GitHub
commit c35adff51d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2089,6 +2089,10 @@ where
};
}
core::mem::drop(nodes);
core::mem::drop(channels);
self.test_node_counter_consistency();
Ok(())
}