mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix schedule hook test (#18719)
This commit is contained in:
@@ -143,8 +143,8 @@ describe('Flows Schedule Hook Tests', () => {
|
||||
).body.data[0].count.id;
|
||||
|
||||
// Assert
|
||||
expect(redisRunCount).toBe(5);
|
||||
expect(memoryRunCount).toBe(5);
|
||||
expect(parseInt(redisRunCount)).toBe(5);
|
||||
expect(parseInt(memoryRunCount)).toBe(5);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user