Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Jul 14, 2024
1 parent 43b90f7 commit 135ac76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe('Polymorphism Test', () => {
data: { viewCount: 1, duration: 100, url: 'xyz', rating: 100 },
});
await expect(
db.user.createMany({ data: [{ id: 3, assets: { connect: { id: video2.id } } }, { id: 3 }] })
db.user.createMany({ data: [{ id: 2, assets: { connect: { id: video2.id } } }, { id: 3 }] })
).resolves.toMatchObject({ count: 2 });
});

Expand Down

0 comments on commit 135ac76

Please sign in to comment.