Fix compile error in tests (#8)

This commit is contained in:
Owen Law
2025-12-24 22:29:09 -05:00
committed by GitHub
parent 58df6921d6
commit 6a74dbe3f4
-5
View File
@@ -1236,11 +1236,6 @@ mod tests {
use rand::{distr::StandardUniform, prelude::*};
use std::cmp;
#[ctor::ctor]
fn init_logger() {
zlog::init_test();
}
#[test]
fn test_extend_and_push_tree() {
let mut tree1 = SumTree::default();