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 () => {
},
getAppValue: async (guid, key, unset) => {
return unset;
getAppValue: async (guid, key) => {
return {};
},
setAppValue: async (guid, key, value) => {
},