mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Try to debug odd test failure
This commit is contained in:
parent
3eacb108bd
commit
be1eb6f72f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user