diff --git a/test/e2e/src/test-contract-client-constructor.js b/test/e2e/src/test-contract-client-constructor.js index 3fe13f098..da40738a7 100644 --- a/test/e2e/src/test-contract-client-constructor.js +++ b/test/e2e/src/test-contract-client-constructor.js @@ -8,15 +8,6 @@ const { } = require("./util"); const { Address, contract } = require("../../.."); -/** - * Generates a Client for the contract with the given name. - * Also generates a new account to use as as the keypair of this contract. This - * account is funded by friendbot. You can pass in an account to re-use the - * same account with multiple contract clients. - * - * By default, will re-deploy the contract every time. Pass in the same - * `contractId` again if you want to re-use the a contract instance. - */ async function clientFromConstructor( name, { keypair = generateFundedKeypair(), contractId } = {},