Skip to content

Commit

Permalink
test: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 18, 2024
1 parent c975ef7 commit 610df0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integration-tests/tests/api/blocks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe("Blocks", () => {
});
});

describe("API module: Block", () => {
describe("/api?module=block", () => {
//@id1700
it("Verify /api?module=block&action=getblockcountdown&blockno={block_number} response", async () => {
const blocks = await request(environment.blockExplorerAPI).get("/blocks");
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/tests/api/transactions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ describe("Transactions", () => {
});
});

describe("API module: Transaction", () => {
describe("/api?module=transaction", () => {
//@id1697
it("Verify /api?module=transaction&action=getstatus response", async () => {
txHash = await helper.getStringFromFile(bufferFile + Buffer.txEthTransfer);
Expand Down

0 comments on commit 610df0d

Please sign in to comment.