Skip to content

Commit

Permalink
chore: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Jan 15, 2025
1 parent 71c9a1c commit f38da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/json/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ mod tests {
r#"{"parent_key":{"key":"value"}}"#
);
}
// TODO: is this behaviour ok? it differs from sqlite

#[test]
fn test_json_object_duplicated_keys() {
let key = OwnedValue::build_text(Rc::new("key".to_string()));
Expand Down

0 comments on commit f38da70

Please sign in to comment.