Skip to content

Commit

Permalink
Update: Remove useless self assignment. (#55696)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Oct 31, 2023
1 parent 929a37d commit cb6227a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
initOne: ( { context: { isReady, calls } } ) => {
isReady[0] = true;
// Subscribe to changes in that prop.
isReady[0] = isReady[0];
calls[0]++;
},
initTwo: ( { context: { isReady, calls } } ) => {
Expand Down

1 comment on commit cb6227a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in cb6227a.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6704744534
📝 Reported issues:

Please sign in to comment.