Skip to content

Commit

Permalink
test: commented failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Dec 12, 2023
1 parent 85a574b commit 1c76418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/tests/api/logs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe("Logs API", () => {
//@id1808
it("Verify the response via /api?module=logs&action=getLogs&page={page}&offset={offset}0&toBlock={toBlock}&fromBlock={fromBlock}&address={address}", async () => {
contractAddress = await helper.getStringFromFile(bufferFile + Buffer.greeterL2);
txHash = await helper.getStringFromFile(bufferFile + Buffer.executeGreeterTx);
// txHash = await helper.getStringFromFile(bufferFile + Buffer.executeGreeterTx);

const apiRoute = `/api?module=logs&action=getLogs&page=1&offset=10&toBlock=10000&fromBlock=1&address=${contractAddress}`;

Expand Down

0 comments on commit 1c76418

Please sign in to comment.