Skip to content

Commit

Permalink
Fixed expected erors for incorrect parent child message
Browse files Browse the repository at this point in the history
  • Loading branch information
joswarmer committed Feb 8, 2024
1 parent 204fbc4 commit f1ba854
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions testset/invalid/tree/annotation/__TestExpectation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
{
"file": "duplicate.json",
"error": "ChildMissingInParent"
"error": "ParentMissingInChild"
},
{
"file": "indirectCircleA.json",
"error": "ChildMissingInParent"
"error": "ParentMissingInChild"
},
{
"file": "indirectCircleB.json",
Expand Down
2 changes: 1 addition & 1 deletion testset/invalid/tree/containment/__TestExpectation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"file": "duplicate.json",
"error": "ChildMissingInParent"
"error": "ParentMissingInChild"
},
{
"file": "indirectCircleA.json",
Expand Down
4 changes: 2 additions & 2 deletions testset/invalid/tree/mixed/__TestExpectation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
{
"file": "duplicate.json",
"error": "ChildMissingInParent"
"error": "ParentMissingInChild"
},
{
"file": "indirectCircleX.json",
"error": "ParentMissingInChild"
},
{
"file": "indirectCircleY.json",
"error": "ChildMissingInParent"
"error": "ParentMissingInChild"
}
]
}

0 comments on commit f1ba854

Please sign in to comment.