Remove stray "if enabled" from test text
This commit is contained in:
parent
db1f183247
commit
c0e9f96fa1
@ -87,7 +87,7 @@ describe("Secp256k1Wallet", () => {
|
||||
});
|
||||
|
||||
describe("getAccounts", () => {
|
||||
it("resolves to a list of accounts if enabled", async () => {
|
||||
it("resolves to a list of accounts", async () => {
|
||||
const wallet = await Secp256k1Wallet.fromMnemonic(defaultMnemonic);
|
||||
const accounts = await wallet.getAccounts();
|
||||
expect(accounts.length).toEqual(1);
|
||||
|
||||
@ -34,7 +34,7 @@ describe("DirectSecp256k1Wallet", () => {
|
||||
});
|
||||
|
||||
describe("getAccounts", () => {
|
||||
it("resolves to a list of accounts if enabled", async () => {
|
||||
it("resolves to a list of accounts", async () => {
|
||||
const wallet = await DirectSecp256k1Wallet.fromMnemonic(defaultMnemonic);
|
||||
const accounts = await wallet.getAccounts();
|
||||
expect(accounts.length).toEqual(1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user