Skip to content

Commit

Permalink
test(client): fix unrelated change in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Aug 26, 2022
1 parent a28df54 commit 6bd4d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exports[`interactive-transactions (provider=mysql) batching raw rollback 1`] = `
Invalid \`prisma.$executeRaw()\` invocation:
Raw query failed. Code: \`1062\`. Message: \`Duplicate entry '1' for key 'PRIMARY'\`
Raw query failed. Code: \`1062\`. Message: \`Duplicate entry '1' for key 'user.PRIMARY'\`
`;
exports[`interactive-transactions (provider=mysql) batching rollback 1`] = `
Expand Down

0 comments on commit 6bd4d6f

Please sign in to comment.