Skip to content

Commit

Permalink
More test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbey committed Nov 26, 2024
1 parent 041f998 commit e7f8c9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ public void testDataElementReference() throws Exception
" \"_type\": \"dataElement\",\n" +
" \"data\": {\n" +
" \"_type\": \"reference\",\n" +
" \"dataElement\":{\"path\":\"com::path::exampleReference\",\"type\":\"DATA\"}" +
" \"dataElement\":{\"path\":\"com::path::exampleReference\"}" +
" },\n" +
" \"name\": \"dataElementReferenceExample\",\n" +
" \"package\": \"my\"\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@
"data" : {
"_type" : "reference",
"dataElement" : {
"type" : "DATA",
"path" : "test::other"
}
}
Expand Down

0 comments on commit e7f8c9a

Please sign in to comment.