mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
fix test
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
668eb3c1f5
commit
37b9ad75b4
@ -48,7 +48,7 @@ test('should getAll', async () => {
|
||||
await stores.settingStore.insert('unleash.custom.2', { b: 'hello' });
|
||||
await stores.settingStore.insert('unleash.custom.3', { b: 'hello' });
|
||||
const ret = await stores.settingStore.getAll();
|
||||
expect(ret).toHaveLength(6);
|
||||
expect(ret).toHaveLength(7);
|
||||
});
|
||||
|
||||
test('should exists', async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user