Skip to content

Commit

Permalink
Update dmmf snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Mar 12, 2020
1 parent c431c08 commit 6a21083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions cli/sdk/src/__tests__/__snapshots__/engineCommands.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -331,20 +331,6 @@ Object {
],
"name": "AWhereInput",
},
Object {
"fields": Array [
Object {
"inputType": Object {
"isList": false,
"isRequired": true,
"kind": "scalar",
"type": "Int",
},
"name": "id",
},
],
"name": "IdCompoundUniqueInput",
},
Object {
"fields": Array [
Object {
Expand All @@ -356,15 +342,6 @@ Object {
},
"name": "id",
},
Object {
"inputType": Object {
"isList": false,
"isRequired": false,
"kind": "object",
"type": "IdCompoundUniqueInput",
},
"name": "id",
},
],
"name": "AWhereUniqueInput",
},
Expand Down
2 changes: 1 addition & 1 deletion cli/sdk/src/__tests__/engineCommands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('getDMMF', () => {
)
const dmmf = await getDMMF({ datamodel: file })
const str = JSON.stringify(dmmf)
expect(str.length).toMatchInlineSnapshot(`45802011`)
expect(str.length).toMatchInlineSnapshot(`45252081`)
})
})

Expand Down

0 comments on commit 6a21083

Please sign in to comment.