Skip to content

Commit

Permalink
Remove a leftover prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla authored and jsnajdr committed Feb 8, 2024
1 parent e2a4fd7 commit 6f29f9e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ describe( 'DefaultBlockAppender', () => {
blockEditorSelectors.getBlockCount.mockImplementation( () => 1 );
const user = userEvent.setup();

const { container } = render(
<DefaultBlockAppender showPrompt={ false } />
);
const { container } = render( <DefaultBlockAppender /> );

const appender = screen.getByRole( 'button', {
name: 'Add default block',
Expand Down

0 comments on commit 6f29f9e

Please sign in to comment.