Skip to content

Commit

Permalink
cleanup (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Apr 9, 2024
1 parent a871c63 commit 4d39407
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ describe('useStringifiedMultiSelection', () => {
})
);

expect(result.current.selectedStringKeys).toEqual(selectedStringKeys);
expect(result.current.defaultSelectedStringKeys).toEqual(
defaultSelectedStringKeys
);
expect(result.current.disabledStringKeys).toEqual(disabledStringKeys);
expect(result.current).toEqual({
selectedStringKeys,
defaultSelectedStringKeys,
disabledStringKeys,
onStringSelectionChange: expect.any(Function),
});
});

it.each([
Expand Down

0 comments on commit 4d39407

Please sign in to comment.