Skip to content

Commit

Permalink
chore: redo typo PR by offensif (#11411)
Browse files Browse the repository at this point in the history
Thanks offensif for
#11409. Our policy
is to redo typo changes to dissuade metric farming. This is an automated
script.
  • Loading branch information
AztecBot authored Jan 22, 2025
1 parent 23000d4 commit a756578
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yarn-project/blob-sink/src/server/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('BlobSinkService', () => {
expect(retrievedBlob2.commitment.toString('hex')).toBe(blob2.commitment.toString('hex'));
});

it('should retreive a single index', async () => {
it('should retrieve a single index', async () => {
const getWithIndicies = await request(service.getApp()).get(`/eth/v1/beacon/blob_sidecars/${blockId}?indices=1`);

expect(getWithIndicies.status).toBe(200);
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_p2p/reex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('e2e_p2p_reex', () => {
await sleep(4000);

// Submit the txs to the mempool. We submit a single set of txs, and then inject different behaviors
// into the vlaidator nodes to cause them to fail in different ways.
// into the validator nodes to cause them to fail in different ways.
t.logger.info('Submitting txs');
txs = await submitComplexTxsTo(t.logger, t.spamContract!, NUM_TXS_PER_NODE, { callPublic: true });
});
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/p2p/src/services/reqresp/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export interface ProtocolRateLimitQuota {
export const noopValidator = () => Promise.resolve(true);

/**
* A type mapping from supprotocol to it's handling funciton
* A type mapping from supprotocol to it's handling function
*/
export type ReqRespSubProtocolHandlers = Record<ReqRespSubProtocol, ReqRespSubProtocolHandler>;

Expand Down

0 comments on commit a756578

Please sign in to comment.