From be1eb6f72fe6f09894f45fb8b8822a8dcdde2647 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Thu, 23 Jan 2020 15:46:56 +0100 Subject: [PATCH] Try to debug odd test failure --- src/cosmosconnection.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cosmosconnection.spec.ts b/src/cosmosconnection.spec.ts index 4c7d7460..d5a540eb 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