fixing unit test

This commit is contained in:
Roland Osborne 2023-10-03 13:36:37 -07:00
parent ab76125a9f
commit 91cbe158be

View File

@ -39,8 +39,8 @@ export function useTestStoreContext() {
}, },
setFirstRun: async () => { setFirstRun: async () => {
}, },
getAppValue: async (guid, key, unset) => { getAppValue: async (guid, key) => {
return unset; return {};
}, },
setAppValue: async (guid, key, value) => { setAppValue: async (guid, key, value) => {
}, },