[arvados] updated: 2.7.0-6420-gbd6fca807f

git repository hosting git at public.arvados.org
Fri Apr 19 14:46:53 UTC 2024


Summary of changes:
 services/workbench2/src/components/search-input/search-input.test.tsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  bd6fca807f1795cb4be9119e3655060d032a8f92 (commit)
      from  21dd2617efe92776030ca4a54d96e6a5a82ea26d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit bd6fca807f1795cb4be9119e3655060d032a8f92
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Apr 19 10:46:47 2024 -0400

    21037: fixed search-input spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/search-input/search-input.test.tsx b/services/workbench2/src/components/search-input/search-input.test.tsx
index ba70f752b9..213b46404b 100644
--- a/services/workbench2/src/components/search-input/search-input.test.tsx
+++ b/services/workbench2/src/components/search-input/search-input.test.tsx
@@ -11,11 +11,10 @@ configure({ adapter: new Adapter() });
 
 describe("<SearchInput />", () => {
 
-    jest.useFakeTimers();
-
     let onSearch: () => void;
 
     beforeEach(() => {
+        jest.useFakeTimers();
         onSearch = jest.fn();
     });
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list