Skip to content

Commit 8d2aa16

Browse files
committed
update test name
1 parent 0a5610a commit 8d2aa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/base/tooltip/RiTooltip.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('RiTooltip', () => {
6262
expect(screen.queryByRole('heading')).not.toBeInTheDocument()
6363
})
6464

65-
it('should not render tooltip when content and title is provided', async () => {
65+
it('should not render tooltip when content and title are not provided', async () => {
6666
render(
6767
<RiTooltip>
6868
<TestButton />

0 commit comments

Comments
 (0)