Skip to content

Commit

Permalink
More coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesonielfa committed Jan 14, 2025
1 parent 667db65 commit 332da3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nucliadb/tests/nucliadb/integration/test_ask.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ async def graph_resource(nucliadb_writer, nucliadb_grpc, knowledgebox):
to=nodes["inception"],
relation_label="directed",
metadata=RelationMetadata(
paragraph_id=rid + "/t/inception1/0-37",
# Set this field id as int enum value since this is how legacy relations reported paragraph_id
paragraph_id=rid + "/4/inception1/0-37",
data_augmentation_task_id="my_graph_task_id",
),
),
Expand Down

0 comments on commit 332da3c

Please sign in to comment.