fix(test): unwrap result of get_node_types in

`test_node_types_deeper_extras` test
This commit is contained in:
Will Lillis 2025-07-10 17:21:19 -04:00
parent d2e06bf130
commit 3c56f53105

View file

@ -1078,7 +1078,8 @@ mod tests {
},
],
..Default::default()
});
})
.unwrap();
assert_eq!(node_types.len(), 6);