[arvados-workbench2] updated: 2.7.1-8-gf098defc

git repository hosting git at public.arvados.org
Wed Dec 20 15:16:35 UTC 2023


Summary of changes:
 src/components/breadcrumbs/breadcrumbs.test.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f098defc059dbd372e03ec9cdbef13ed034c55cd (commit)
      from  2361e41b4fe1174ecc81447a58a3aec02d2fc67f (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 f098defc059dbd372e03ec9cdbef13ed034c55cd
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Wed Dec 20 10:16:24 2023 -0500

    21200: modified unit test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/src/components/breadcrumbs/breadcrumbs.test.tsx b/src/components/breadcrumbs/breadcrumbs.test.tsx
index f17ce393..dfc52860 100644
--- a/src/components/breadcrumbs/breadcrumbs.test.tsx
+++ b/src/components/breadcrumbs/breadcrumbs.test.tsx
@@ -77,7 +77,7 @@ describe("<Breadcrumbs />", () => {
                 </MuiThemeProvider>
             </Provider>);
         breadcrumbs.find(Button).at(1).simulate('click');
-        expect(onClick).toBeCalledWith(items[1]);
+        expect(onClick).toHaveBeenCalledWith(expect.any(Function), items[1]);
     });
 
 });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list