Skip to content

Commit

Permalink
reverted fire event
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Mar 8, 2023
1 parent 92fa840 commit a4f2274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/app/nfts-items/nfts-items.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('NFTs Item Component', () => {

expect(queryAllByTestId('nft-wrapper')).toHaveLength(0);

collectionExpanderButton.click();
fireEvent.click(collectionExpanderButton);

expect(updateNftDropDownState).toHaveBeenCalledWith({
'0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc': {
Expand Down

0 comments on commit a4f2274

Please sign in to comment.