Skip to content

Commit

Permalink
fix prisma test
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Sep 8, 2024
1 parent a6d105b commit 6d837fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/plugin-prisma-utils/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ describe('prisma utils', () => {
"posts": [
{
"author": {
"name": "Zelma Runte",
"name": "Schuyler Bergnaum",
},
"id": "12",
"id": "26",
},
{
"author": {
"name": "Zelma Runte",
"name": "Schuyler Bergnaum",
},
"id": "14",
"id": "28",
},
{
"author": {
"name": "Zelma Runte",
"name": "Schuyler Bergnaum",
},
"id": "13",
"id": "27",
},
],
},
Expand Down

0 comments on commit 6d837fd

Please sign in to comment.