create and test music submission procedure #251
Annotations
2 errors
PrismaClientValidationError::
node_modules/@prisma/client/runtime/library.js#L21
{
where: {
email: "[email protected]"
},
update: {},
create: {
email: "[email protected]",
firstName: "Person 1",
lastName: "Smith",
role: "MUSICIAN",
hashedPassword: "person1Password",
userId: "musician-id",
+ phoneNumber: String
}
}
Argument `phoneNumber` is missing.
at new PrismaClientValidationError (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:21:2580)
at xn (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:29:1363)
at handleRequestError (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:121:7005)
at handleAndLogRequestError (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:121:6686)
at /home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:121:6393
|
test
Process completed with exit code 1.
|