Skip to content

Commit

Permalink
update test query to trapi 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Jul 31, 2023
1 parent 3004960 commit 362207e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tests/common/test_message.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@
"n0": [{ "id": "1" }],
"n1": [{ "id": "2" }]
},
"edge_bindings": {
"e0": [{ "id": "1" }]
}
"analyses": [
{
"edge_bindings": {
"e0": [{ "id": "1" }]
}
}
]
}
]
}
Expand Down

0 comments on commit 362207e

Please sign in to comment.