fix(test): unwrap result of get_node_types in
`test_node_types_deeper_extras` test
This commit is contained in:
parent
d2e06bf130
commit
3c56f53105
1 changed files with 2 additions and 1 deletions
|
|
@ -1078,7 +1078,8 @@ mod tests {
|
|||
},
|
||||
],
|
||||
..Default::default()
|
||||
});
|
||||
})
|
||||
.unwrap();
|
||||
|
||||
assert_eq!(node_types.len(), 6);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue