Skip to content

Commit

Permalink
fix(test): Fix broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Jan 7, 2025
1 parent eeaaafe commit 668fac9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ export const EmptyTableState: FunctionComponent<IEmptyTableStateProps> = (props)
return (
<Bullseye>
<EmptyState
data-testid="empty-state"
headingLevel="h2"
icon={SearchIcon}
titleText={'No properties found for ' + props.name}
variant={EmptyStateVariant.sm}
></EmptyState>
/>
</Bullseye>
);
};

0 comments on commit 668fac9

Please sign in to comment.