mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: flaky test on number of projects statistic (#2463)
This commit is contained in:
parent
e9fa156aec
commit
8e1fc73221
@ -32,7 +32,7 @@ test('should return instance statistics', async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('should return instance statistics with correct number of projects', async () => {
|
test('should return instance statistics with correct number of projects', async () => {
|
||||||
stores.projectStore.create({
|
await stores.projectStore.create({
|
||||||
id: 'test',
|
id: 'test',
|
||||||
name: 'Test',
|
name: 'Test',
|
||||||
description: 'lorem',
|
description: 'lorem',
|
||||||
|
Loading…
Reference in New Issue
Block a user