@ -20,7 +20,8 @@ impl Handle {
#[cfg(test)]
mod tests {
use super::*;
use crate::object::DummyObject;
#[test]
fn new_obj_handle() {
let obj = DummyObject::new();
@ -20,6 +20,7 @@ impl Handle {