fix: Flaky subscriptionCreator test (#8345)

This commit is contained in:
Hemachandar
2025-02-07 04:52:24 +05:30
committed by GitHub
parent aca6f55ea0
commit 7e1adab035

View File

@@ -210,6 +210,7 @@ describe("subscriptionCreator", () => {
where: {
teamId: user.teamId,
},
order: [["createdAt", "ASC"]],
});
expect(events.length).toEqual(3);