Skip to content

Commit

Permalink
Fix introspection snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Mar 20, 2020
1 parent 820919c commit 9aebcc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cli/prisma2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"bin": "build/index.js",
"prisma": {
"version": "92d6f6f90157072d6c7fbb0393ea85aae759e961"
"version": "10b23b19ce0096b58b43c2de469a165e45cf2828"
},
"devDependencies": {
"@prisma/ci-info": "^2.1.1",
Expand Down Expand Up @@ -94,4 +94,4 @@
"pkg": "pkg . -o pkg-build",
"prepublishOnly": "pnpm run build"
}
}
}
4 changes: 2 additions & 2 deletions cli/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts"
],
"prisma": {
"version": "92d6f6f90157072d6c7fbb0393ea85aae759e961"
"version": "10b23b19ce0096b58b43c2de469a165e45cf2828"
},
"devDependencies": {
"@types/jest": "24.0.22",
Expand Down Expand Up @@ -80,4 +80,4 @@
"git add"
]
}
}
}
2 changes: 1 addition & 1 deletion cli/sdk/src/__tests__/introspection/introspection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test('basic introspection', async () => {
title String @default(\\"\\")
updatedAt DateTime @default(dbgenerated())
uuid String @id
author User
author User @relation(references: [id])
}"
`)
const metadata = await engine.getDatabaseMetadata(schema)
Expand Down

0 comments on commit 9aebcc4

Please sign in to comment.