Skip to content

Commit

Permalink
fix: namespace debug e2e tests by rpc method
Browse files Browse the repository at this point in the history
  • Loading branch information
grw-ms committed Oct 11, 2023
1 parent b7330bc commit eb6d946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e-tests/test/debug-apis.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ describe("debug_traceBlockByHash", function () {
const trace = traces[0].result;
expect(trace.input).to.equal(txReceipt.data);
});
});

it("debug_traceBlockByNumber should trace prior blocks", async function () {
describe("debug_traceBlockByNumber", function () {
it("Should trace prior blocks", async function () {
const wallet = new Wallet(RichAccounts[0].PrivateKey);
const deployer = new Deployer(hre, wallet);

Expand Down

0 comments on commit eb6d946

Please sign in to comment.