Skip to content

Commit

Permalink
test: adjust unit test following the format change
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed May 24, 2024
1 parent bb039ed commit c4ee360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextclade/src/tree/tree_find_nearest_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ mod tests {

node_attrs: TreeNodeAttrs {
div: None,
clade_membership: TreeNodeAttr {
clade_membership: Some(TreeNodeAttr {
value: "Test_Clade".to_owned(),
other: serde_json::Value::default(),
},
}),
node_type: None,
region: None,
country: None,
Expand Down

0 comments on commit c4ee360

Please sign in to comment.