Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Feb 26, 2024
1 parent 77be838 commit 8f47de9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe( 'listener hook tests', () => {
} );
const { rerender } = render( <TestedOutput /> );

rerender( <TestedOutput id={ 20 } /> );
rerender( <TestedOutput /> );

expect( mockSelector ).toHaveBeenCalledTimes( 1 );
act( () => {
Expand Down

0 comments on commit 8f47de9

Please sign in to comment.