Skip to content

Commit

Permalink
fix file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed May 6, 2024
1 parent b952009 commit 45357a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/suites/tracing-tests/test-trace-call.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { customDevRpcRequest, describeSuite, expect } from "@moonwall/cli";
import { ALITH_PRIVATE_KEY, alith, createEthersTransaction } from "@moonwall/util";
import { encodeFunctionData } from "viem";
import { createContracts, nestedSingle } from "../../helpers";
import { createContracts } from "../../helpers";

describeSuite({
id: "T16",
Expand All @@ -19,7 +18,7 @@ describeSuite({
abi: contracts.abiCaller,
functionName: "someAction",
args: [contracts.calleeAddr, 6],
})
}),
};
const traceTx = await customDevRpcRequest("debug_traceCall", [callParams, "latest"]);
const logs: any[] = [];
Expand Down

0 comments on commit 45357a3

Please sign in to comment.