1
0
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:
Gastón Fournier 2022-11-17 14:42:01 +01:00 committed by GitHub
parent e9fa156aec
commit 8e1fc73221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ test('should return instance statistics', async () => {
});
test('should return instance statistics with correct number of projects', async () => {
stores.projectStore.create({
await stores.projectStore.create({
id: 'test',
name: 'Test',
description: 'lorem',