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 129662f commit 4820d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dozer-tests/src/e2e_tests/cases/mongodb/expectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
{
"name": "title",
"typ": "String",
"nullable": false,
"nullable": true,
"source": "Dynamic"
},
{
"name": "genres",
"typ": "Json",
"nullable": false,
"nullable": true,
"source": "Dynamic"
}
]
Expand Down

0 comments on commit 4820d89

Please sign in to comment.