Skip to content

Commit 84a4dd4

Browse files
authored
fix: one integration test flake (calcom#25832)
1 parent deca7ce commit 84a4dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/features/insights/__tests__/booking-denormalized.integration-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe("BookingDenormalized", () => {
170170
expect(eventTypeDeletedDenormalizedBooking.eventLength).toBeNull();
171171

172172
// Clean up the additional booking
173-
await prisma.booking.delete({
173+
await prisma.booking.deleteMany({
174174
where: { id: booking2.id },
175175
});
176176
});

0 commit comments

Comments
 (0)