Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Aug 11, 2021
1 parent f64b7bd commit 429a636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api-tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const expectPrismaError = (
args.map(({ path, message, code, target }) => ({
extensions: {
code: 'INTERNAL_SERVER_ERROR',
exception: { clientVersion: '2.28.0', code, meta: { target } },
exception: { clientVersion: '2.29.0', code, meta: { target } },
},
path,
message,
Expand Down

0 comments on commit 429a636

Please sign in to comment.