Skip to content

Commit

Permalink
fix test failing in graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Jan 23, 2025
1 parent 2045c56 commit 0380159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raphtory-graphql/src/model/schema/node_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ mod test {
(
"b".to_string(),
vec![
(("list_prop", "List"), ["[1.1, 2.2, 3.3]"]).into(),
(("list_prop", "List<F64>"), ["[1.1, 2.2, 3.3]"]).into(),
(("cost_b", "F64"), ["76"]).into(),
(("str_prop", "Str"), ["hello"]).into(),
(("bool_prop", "Bool"), ["true"]).into(),
Expand Down

0 comments on commit 0380159

Please sign in to comment.