Skip to content

Commit

Permalink
Tweak comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
techanvil committed Jan 9, 2025
1 parent f01ef5d commit df6be4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe( 'PropertyOrWebDataStreamNotAvailableError', () => {
expect( container ).toBeEmptyDOMElement();

/*
* We need to mock the GET:account-summaries request again here, as it will be called a
* We need to mock the `GET:account-summaries` request again here, as it will be called a
* second time while resolvers are run post-render. This is due to the initial endpoint
* response being frozen, meaning the `getAccountSummaries()` resolver is unable to resolve
* itself the first time around, and will be called again when `getAccountSummaries()` is
Expand Down

0 comments on commit df6be4e

Please sign in to comment.