Skip to content

Commit

Permalink
tests(sdk): update dmmf snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jun 25, 2020
1 parent 75b3ba7 commit 990255a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3200,7 +3200,7 @@ Object {
Object {
"inputType": Object {
"isList": false,
"isNullable": false,
"isNullable": true,
"isRequired": false,
"kind": "object",
"type": "UserUpdateOneRequiredWithoutPostsInput",
Expand Down Expand Up @@ -3905,7 +3905,7 @@ Object {
Object {
"inputType": Object {
"isList": true,
"isNullable": false,
"isNullable": true,
"isRequired": false,
"kind": "object",
"type": "PostUpdateManyWithWhereNestedInput",
Expand Down Expand Up @@ -3960,7 +3960,7 @@ Object {
Object {
"inputType": Object {
"isList": false,
"isNullable": false,
"isNullable": true,
"isRequired": false,
"kind": "object",
"type": "PostUpdateManyWithoutAuthorInput",
Expand Down Expand Up @@ -8278,7 +8278,7 @@ Object {
Object {
"inputType": Object {
"isList": false,
"isNullable": false,
"isNullable": true,
"isRequired": false,
"kind": "object",
"type": "UserUpdateOneRequiredWithoutPostsInput",
Expand Down Expand Up @@ -9018,7 +9018,7 @@ Object {
Object {
"inputType": Object {
"isList": true,
"isNullable": false,
"isNullable": true,
"isRequired": false,
"kind": "object",
"type": "PostUpdateManyWithWhereNestedInput",
Expand Down Expand Up @@ -9083,7 +9083,7 @@ Object {
Object {
"inputType": Object {
"isList": false,
"isNullable": false,
"isNullable": true,
"isRequired": false,
"kind": "object",
"type": "PostUpdateManyWithoutAuthorInput",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/sdk/src/__tests__/engineCommands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ describe('getDMMF', () => {
datamodel: file,
})
const str = JSON.stringify(dmmf)
expect(str.length).toMatchInlineSnapshot(`394868`)
expect(str.length).toMatchInlineSnapshot(`394799`)
})

test('chinook introspected schema connectOrCreate', async () => {
Expand All @@ -230,7 +230,7 @@ describe('getDMMF', () => {
enableExperimental: ['connectOrCreate'],
})
const str = JSON.stringify(dmmf)
expect(str.length).toMatchInlineSnapshot(`409348`)
expect(str.length).toMatchInlineSnapshot(`409279`)
})

test('big schema', async () => {
Expand Down

0 comments on commit 990255a

Please sign in to comment.