diff --git a/test/src/e2e/reward.test.ts b/test/src/e2e/reward.test.ts index 2200513de4..d0d23f0e22 100644 --- a/test/src/e2e/reward.test.ts +++ b/test/src/e2e/reward.test.ts @@ -22,7 +22,7 @@ import { bobAddress, carolAddress, daveAddress, - faucetAccointId, + faucetAccountId, faucetAddress } from "../helper/constants"; import CodeChain from "../helper/spawn"; diff --git a/test/src/e2e/verification.test.ts b/test/src/e2e/verification.test.ts index b4f7c5f930..f7870394aa 100644 --- a/test/src/e2e/verification.test.ts +++ b/test/src/e2e/verification.test.ts @@ -18,7 +18,7 @@ import { expect } from "chai"; import "mocha"; import { aliceAddress, - faucetAccointId, + faucetAccountId, faucetAddress, faucetSecret } from "../helper/constants"; diff --git a/test/src/helper/constants.ts b/test/src/helper/constants.ts index 4ff3a68156..6ceb27ff35 100644 --- a/test/src/helper/constants.ts +++ b/test/src/helper/constants.ts @@ -18,9 +18,9 @@ import { SDK } from "../sdk"; export const faucetSecret = "ede1d4ccb4ec9a8bbbae9a13db3f4a7b56ea04189be86ac3a6a439d9a0a1addd"; -export const faucetAccointId = SDK.util.getAccountIdFromPrivate(faucetSecret); // 6fe64ffa3a46c074226457c90ccb32dc06ccced1 +export const faucetAccountId = SDK.util.getAccountIdFromPrivate(faucetSecret); // 6fe64ffa3a46c074226457c90ccb32dc06ccced1 export const faucetAddress = SDK.Core.classes.PlatformAddress.fromAccountId( - faucetAccointId, + faucetAccountId, { networkId: "tc" } ); // tccq9h7vnl68frvqapzv3tujrxtxtwqdnxw6yamrrgd