fix(core): update

This commit is contained in:
2023-10-03 16:20:34 +02:00
parent 3a119b50a2
commit fe81307ca6
3 changed files with 11 additions and 7 deletions

View File

@ -18,7 +18,7 @@ tap.test('should create a new SmartState', async () => {
});
tap.test('should create a new StatePart', async () => {
testStatePart = testState.getStatePart<TStatePartPayload>('testStatePart', {
testStatePart = await testState.getStatePart<TStatePartPayload>('testStatePart', {
currentFavorites: [],
deep: {
hi: 2,