Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Aug 27, 2024
1 parent 20157fc commit e7a82fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/fuselage-ui-kit/src/hooks/useUiKitState.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ const multiStaticSelectElement: MultiStaticSelectElement = {
actionId: 'multi_static_select',
};

it("should MultiSelectElement with dispatchActionConfig equal ['on_item_selected'] update value correctly", async () => {
multiStaticSelectElement.dispatchActionConfig = ['on_item_selected'];

it('should MultiSelectElement update value correctly', async () => {
const { result } = renderHook(() =>
useUiKitState(multiStaticSelectElement, 0)
);
Expand Down

0 comments on commit e7a82fe

Please sign in to comment.