Skip to content

Commit 87fb2ab

Browse files
fix: scope cleanup query in managedEventReassignment test to prevent cross-file interference (calcom#28587)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent fb3ab66 commit 87fb2ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/features/ee/managed-event-types/reassignment/managedEventReassignment.integration-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ afterEach(async () => {
148148
const testBookings = await prisma.booking.findMany({
149149
where: {
150150
OR: [
151-
{ uid: { startsWith: "test-booking-" } },
151+
{ id: { in: bookingIds } },
152152
{ eventTypeId: { in: eventTypeIds } },
153153
{ userId: { in: userIds } },
154154
],

0 commit comments

Comments
 (0)