diff --git a/src/cosmosconnection.spec.ts b/src/cosmosconnection.spec.ts index 4c7d746090..d5a540ebab 100644 --- a/src/cosmosconnection.spec.ts +++ b/src/cosmosconnection.spec.ts @@ -169,8 +169,8 @@ describe("CosmosConnection", () => { expect(account.address).toEqual(defaultAddress); // Undefined until we sign a transaction (on multiple runs against one server this will be set), allow both if (account.pubkey !== undefined) { - console.log(account.pubkey); - console.log(defaultPubkey); + console.log(`account: ${account.pubkey.data.length}`, account.pubkey); + console.log(`default: ${defaultPubkey.data.length}`, defaultPubkey); expect(account.pubkey).toEqual(defaultPubkey); } // Starts with two tokens