mirror of
https://github.com/outline/outline.git
synced 2026-01-06 02:59:54 -06:00
fix: Flaky subscriptionCreator test (#8345)
This commit is contained in:
@@ -210,6 +210,7 @@ describe("subscriptionCreator", () => {
|
||||
where: {
|
||||
teamId: user.teamId,
|
||||
},
|
||||
order: [["createdAt", "ASC"]],
|
||||
});
|
||||
expect(events.length).toEqual(3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user