21225: Update progress bar param in unit test
authorStephen Smith <stephen@curii.com>
Fri, 7 Jun 2024 20:12:34 +0000 (16:12 -0400)
committerStephen Smith <stephen@curii.com>
Fri, 7 Jun 2024 20:12:34 +0000 (16:12 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

services/workbench2/src/components/subprocess-progress-bar/subprocess-progress-bar.test.tsx

index bd8603f9c2462b965504c3989c0ded5cdec87cf3..8d06ea29feccfcbb9667811d9cae2a64c9962fba 100644 (file)
@@ -89,7 +89,7 @@ describe("<SubprocessProgressBar />", () => {
         await act(async () => {
             progressBar = mount(
                 <Provider store={store}>
-                    <SubprocessProgressBar process={process} />
+                    <SubprocessProgressBar parentResource={process} />
                 </Provider>);
         });
         await progressBar.update();
@@ -150,7 +150,7 @@ describe("<SubprocessProgressBar />", () => {
         await act(async () => {
             progressBar = mount(
                 <Provider store={store}>
-                    <SubprocessProgressBar process={process} />
+                    <SubprocessProgressBar parentResource={process} />
                 </Provider>);
         });
         await progressBar.update();