Skip to content

Commit

Permalink
[skip ci] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Dec 31, 2024
1 parent 2654e9e commit 7cb0420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HorizontalSelector/HorizontalSelector.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { fireEvent, render, screen } from '@testing-library/react';
import React from 'react';
import HorizontalSelector from './index';
import { HorizontalSelector } from './index';

describe('HorizontalSelector Component', () => {
const mockOnValueChange = jest.fn();
Expand Down

0 comments on commit 7cb0420

Please sign in to comment.