aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/__tests__/HotspotRating-test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/design-system/src/components/__tests__/HotspotRating-test.tsx')
-rw-r--r--server/sonar-web/design-system/src/components/__tests__/HotspotRating-test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/__tests__/HotspotRating-test.tsx b/server/sonar-web/design-system/src/components/__tests__/HotspotRating-test.tsx
index e3cd43931b5..42ff311c0b8 100644
--- a/server/sonar-web/design-system/src/components/__tests__/HotspotRating-test.tsx
+++ b/server/sonar-web/design-system/src/components/__tests__/HotspotRating-test.tsx
@@ -32,7 +32,7 @@ it.each(Object.values(HotspotRatingEnum))(
(rating) => {
renderHotspotRating(rating, 'label');
expect(screen.getByLabelText('label')).toMatchSnapshot();
- }
+ },
);
function renderHotspotRating(rating?: HotspotRatingEnum, label?: string) {