Skip to content

Commit

Permalink
Update packages/integration-tests/src/helper.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Petriv <[email protected]>
  • Loading branch information
pcheremu and Romsters authored Mar 6, 2024
1 parent b31711c commit 410e491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/src/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class Helper {
return new Promise((resolve) => setTimeout(resolve, ms));
}

async performGETrequest(apiRoute: string) {
async performBlockExplorerApiGetRequest(apiRoute: string) {
return request(environment.blockExplorerAPI).get(apiRoute);
}

Expand Down

0 comments on commit 410e491

Please sign in to comment.