aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/__tests__/Banner-test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/design-system/src/components/__tests__/Banner-test.tsx')
-rw-r--r--server/sonar-web/design-system/src/components/__tests__/Banner-test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/__tests__/Banner-test.tsx b/server/sonar-web/design-system/src/components/__tests__/Banner-test.tsx
index 8c9cfe3837a..8a50ced11bc 100644
--- a/server/sonar-web/design-system/src/components/__tests__/Banner-test.tsx
+++ b/server/sonar-web/design-system/src/components/__tests__/Banner-test.tsx
@@ -19,9 +19,9 @@
*/
import { screen } from '@testing-library/react';
import { renderWithContext } from '../../helpers/testUtils';
+import { Note } from '../../sonar-aligned';
import { FCProps } from '../../types/misc';
import { Banner } from '../Banner';
-import { Note } from '../Text';
it('should render with close button', async () => {
const onDismiss = jest.fn();