fixing unit test

This commit is contained in:
Roland Osborne 2023-10-03 13:30:37 -07:00
parent 14b03f263d
commit ab76125a9f

View File

@ -41,7 +41,7 @@ export function useTestStoreContext() {
}, },
getAppValue: async (guid, key, unset) => { getAppValue: async (guid, key, unset) => {
return unset; return unset;
} },
setAppValue: async (guid, key, value) => { setAppValue: async (guid, key, value) => {
}, },
getCardRequestStatus: async (guid) => { getCardRequestStatus: async (guid) => {