Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trufflesuite/ganache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8ced079d6320256478cf7307f2832f44340b43cc
Choose a base ref
..
head repository: trufflesuite/ganache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1a30c38122eeee0b5ac77369f8d4e8316cc0ea0
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/chains/ethereum/console.log/tests/index.test.ts
2 changes: 1 addition & 1 deletion src/chains/ethereum/console.log/tests/index.test.ts
Original file line number Diff line number Diff line change
@@ -426,7 +426,7 @@ contract ${CONTRACT_NAME} {
const contractAddress = await deploy(code);
const method = get4ByteForSignature(`testLog(string,uint256)`);
await runTxTest(params, method, contractAddress);
});
}).timeout(10000); // github action's mac runner is slow

describe("debug_storageRangeAt", () => {
beforeEach("stop the miner", async () => {