Skip to content

Commit

Permalink
tests(cli): fix integration test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jun 2, 2020
1 parent 4a9ae16 commit 1870478
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/packages/cli/__snapshots__/integrate.postgresql.test.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ model teams {
name String @unique
}
model users {
email String @unique
id Int @default(autoincrement()) @id
}
enum Role {
ADMIN
USER
Expand All @@ -69,11 +64,6 @@ model teams {
name String @unique
}
model users {
email String @unique
id Int @default(autoincrement()) @id
}
enum Role {
ADMIN
USER
Expand Down

0 comments on commit 1870478

Please sign in to comment.