Skip to content

Commit

Permalink
fix: e2e tests for json
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeminkyung committed Sep 20, 2023
1 parent 4820d89 commit 2b0a99f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dozer-tests/src/e2e_tests/cases/mongodb/expectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@
},
{
"name": "title",
"typ": "String",
"nullable": true,
"source": "Dynamic"
},
{
"name": "genres",
"typ": "Json",
"nullable": true,
"nullable": false,
"source": "Dynamic"
}
]
Expand Down

0 comments on commit 2b0a99f

Please sign in to comment.