Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fgamundi committed Nov 20, 2023
1 parent 32ac86d commit 912b14a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/helpers/eth-transactions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "@moonbeam-network/api-augment";
import { DevModeContext, expect } from "@moonwall/cli";
import { expect } from "@moonwall/cli";
import { EventRecord } from "@polkadot/types/interfaces";
import {
EvmCoreErrorExitError,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describeSuite({
id: "DF0901",
title: "Batch - All functions should consume the same gas",
foundationMethods: "dev",
testCases: ({ context, it, log }) => {
testCases: ({ context, it }) => {
it({
id: "T01",
title: "should consume the same gas",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describeSuite({
id: "DF0902",
title: "Precompile - Call Permit - foo",
foundationMethods: "dev",
testCases: ({ context, it, log }) => {
testCases: ({ context, it }) => {
let callPermitDemoAbi: Abi;
let callPermitDemoAddr: `0x${string}`;
let callPermitAbi: Abi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describeSuite({
id: "DF0903",
title: "Precompiles - ERC20 Native",
foundationMethods: "dev",
testCases: ({ context, it, log }) => {
testCases: ({ context, it }) => {
let randomAccount: PrivateKeyAccount;

beforeEach(async () => {
Expand Down

0 comments on commit 912b14a

Please sign in to comment.