Skip to content

Commit

Permalink
Merge branch 'release/0.53' into 2755-operator-vs-txn-fees
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Badiere <[email protected]>
  • Loading branch information
ebadiere authored Aug 1, 2024
2 parents 54fea0c + 842fad1 commit a8fb65b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/relay/tests/lib/sdkClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,9 @@ describe('SdkClient', async function () {

it('should rate limit before creating file and add expenses to limiter for large transaction data', async () => {
const fileAppendChunks = Math.min(MAX_CHUNKS, Math.ceil(transactionBuffer.length / FILE_APPEND_CHUNK_SIZE));

const queryStub = sinon.stub(FileInfoQuery.prototype, 'execute').resolves(fileInfo);

const transactionStub = sinon
.stub(EthereumTransaction.prototype, 'execute')
.resolves(getTransactionResponse('EthereumTransaction'));
Expand Down

0 comments on commit a8fb65b

Please sign in to comment.