Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Apr 11, 2024
1 parent 934c753 commit 677a29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/pattern-overrides.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ test.describe( 'Pattern Overrides', () => {
name: 'core/paragraph',
attributes: {
content: 'edited Editable',
metadata: undefined,
metadata: { name: paragraphName },
},
},
] );
Expand Down

0 comments on commit 677a29d

Please sign in to comment.