Rename ActionCache to ActionsCache

This commit is contained in:
Sergey Dolin
2023-07-04 18:29:58 +02:00
parent 765f3db869
commit a9c16cbf4d
8 changed files with 16 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ export class StateMock implements IState {
return Promise.resolve(undefined);
}
rehydrate(): Promise<void> {
restore(): Promise<void> {
return Promise.resolve(undefined);
}