Skip to content

Commit

Permalink
Fix broken Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutjhunjhunwala committed Jan 5, 2024
1 parent b98a299 commit 4965a7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ describe('Unified data table cell rendering', function () {
responsive={false}
>
<EuiFlexItem>
<DataTableCellValue>
<DataTablePopoverCellValue>
<span
dangerouslySetInnerHTML={
Object {
Expand All @@ -840,7 +840,7 @@ describe('Unified data table cell rendering', function () {
}
}
/>
</DataTableCellValue>
</DataTablePopoverCellValue>
</EuiFlexItem>
<EuiFlexItem
grow={false}
Expand Down

0 comments on commit 4965a7c

Please sign in to comment.