From ab76125a9f97be3c069c9ee410ff2af2ec91b161 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Tue, 3 Oct 2023 13:30:37 -0700 Subject: [PATCH] fixing unit test --- app/mobile/src/context/useTestStoreContext.hook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mobile/src/context/useTestStoreContext.hook.js b/app/mobile/src/context/useTestStoreContext.hook.js index c20e90dc..09c57fae 100644 --- a/app/mobile/src/context/useTestStoreContext.hook.js +++ b/app/mobile/src/context/useTestStoreContext.hook.js @@ -41,7 +41,7 @@ export function useTestStoreContext() { }, getAppValue: async (guid, key, unset) => { return unset; - } + }, setAppValue: async (guid, key, value) => { }, getCardRequestStatus: async (guid) => {