Skip to content

Commit 281cf5d

Browse files
committed
cleanup (#1909)
1 parent 4d39407 commit 281cf5d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/components/src/spectrum/utils/useStringifiedMultiSelection.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ describe('useStringifiedMultiSelection', () => {
4747
] as const)(
4848
`should call onChange with 'all' or actual keys`,
4949
(given, expected) => {
50-
const onChange = jest.fn();
50+
const onChange = jest.fn().mockName('onChange');
51+
5152
const { result } = renderHook(() =>
5253
useStringifiedMultiSelection({
5354
normalizedItems,

0 commit comments

Comments
 (0)