From 14b03f263d145fe7b5678e6235966233504abfae Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Tue, 3 Oct 2023 13:28:13 -0700 Subject: [PATCH] fixing unit test --- app/mobile/src/context/useTestStoreContext.hook.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/mobile/src/context/useTestStoreContext.hook.js b/app/mobile/src/context/useTestStoreContext.hook.js index 70e1fa5a..c20e90dc 100644 --- a/app/mobile/src/context/useTestStoreContext.hook.js +++ b/app/mobile/src/context/useTestStoreContext.hook.js @@ -39,6 +39,11 @@ export function useTestStoreContext() { }, setFirstRun: async () => { }, + getAppValue: async (guid, key, unset) => { + return unset; + } + setAppValue: async (guid, key, value) => { + }, getCardRequestStatus: async (guid) => { }, setCardRequestStatus: async (guid, status) => {