Skip to content

Commit

Permalink
test: refactoring eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 10, 2024
1 parent 9a51b1f commit 1fbd645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integration-tests/tests/api/transactions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ describe("Transactions", () => {

describe("/api", () => {
//@id1697
it("Verify /api?module=transaction&action=getstatus response",async () => {
it("Verify /api?module=transaction&action=getstatus response", async () => {
txHash = await helper.getStringFromFile(bufferFile + Buffer.txEthTransfer);
const apiRoute = `/api?module=transaction&action=getstatus&txhash=${txHash}`;
await setTimeout(localConfig.extendedPause); //works unstable without timeout
Expand All @@ -1016,7 +1016,7 @@ describe("Transactions", () => {
});

//@id1698
it("Verify /api?module=transaction&action=gettxreceiptstatus response",async () => {
it("Verify /api?module=transaction&action=gettxreceiptstatus response", async () => {
txHash = await helper.getStringFromFile(bufferFile + Buffer.txEthTransfer);
const apiRoute = `/api?module=transaction&action=gettxreceiptstatus&txhash=${txHash}`;
await setTimeout(localConfig.extendedPause); //works unstable without timeout
Expand Down

0 comments on commit 1fbd645

Please sign in to comment.