Skip to content

Commit 37b507d

Browse files
authored
Update packages/react/src/ActionList/Heading.test.tsx
1 parent c26a5c8 commit 37b507d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/ActionList/Heading.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ describe('ActionList.Heading', () => {
7878
)
7979
}
8080
expect(HTMLRender(<FeatureFlagElement />).container.querySelector('h2')).toHaveClass('test-class-name')
81-
expect(HTMLRender(<FeatureFlagElement />).container.querySelector('h2')).toHaveClass('test-class-name')
81+
expect(HTMLRender(<Element />).container.querySelector('h2')).toHaveClass('test-class-name')
8282
})
8383
})

0 commit comments

Comments
 (0)