Skip to content

Commit

Permalink
fix(psl): typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Nov 21, 2024
1 parent e232e8a commit fe03f7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ datasource db {
model Category {
id String @id @default(uuid("asdf"))
}
// [1;91merror[0m: [1mError parsing attribute "@default": `nanoid()` takes a single Int argument.[0m
// [1;91merror[0m: [1mError parsing attribute "@default": `uuid()` takes a single Int argument.[0m
// --> schema.prisma:7
//  | 
//  6 | model Category {
// [1;94m 7 | [0m id String @id [1;91m@default(nanoid("asdf"))[0m
// [1;94m 7 | [0m id String @id [1;91m@default(uuid("asdf"))[0m
//  | 

0 comments on commit fe03f7e

Please sign in to comment.