Skip to content

Commit

Permalink
Update test prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-schu committed Oct 2, 2024
1 parent 2e9c197 commit 8f6e067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/workflows/workflow/WorkflowWrapper.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ describe('workflows container', () => {
<MockWrappedWorkflowComponent
namespace={mockSnapshot.namespace}
name={mockSnapshot.name}
snapshotId={mockSnapshot.snapshotId}
snapshotId={`${mockSnapshot.snapshotId}`}
tabName='dashboard'
/>
);
Expand Down Expand Up @@ -544,7 +544,7 @@ describe('workflows container', () => {
<MockWrappedWorkflowComponent
namespace={mockSnapshot.namespace}
name={mockSnapshot.name}
snapshotId={mockSnapshot.snapshotId}
snapshotId={`${mockSnapshot.snapshotId}`}
tabName='dashboard'
/>
);
Expand Down

0 comments on commit 8f6e067

Please sign in to comment.