Skip to content

Commit

Permalink
test: lint refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 5, 2024
1 parent 42f96db commit fef150b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/integration-tests/src/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export class Helper {
}

async getBalanceETH(walletAddress: string, layer: string) {
let network: any;
let network: string;
// eslint-disable-next-line @typescript-eslint/no-var-requires
let provider: any;
if (layer == "L1") {
network = localConfig.L1Network;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ describe("Endpoints", () => {
});

describe("Block API", () => {
const bufferRoute = "src/playbook/";
//@id1700
it("Verify /api?module=block&action=getblockcountdown&blockno={block_number} response returns elements", async () => {
const blocks = await request(environment.blockExplorerAPI).get("/blocks");
Expand Down

0 comments on commit fef150b

Please sign in to comment.