Merge pull request #718 from cosmos/fix-normalizePubkey-test
Fix normalizePubkey test
This commit is contained in:
commit
94e56a6bb5
@ -88,7 +88,7 @@ describe("utils", () => {
|
||||
type: "tendermint/PubKeySecp256k1",
|
||||
value: "A08EGB7ro1ORuFhjOnZcSgwYlpe0DSFjVNUIkNNQxwKQ",
|
||||
};
|
||||
expect(original).toEqual(original);
|
||||
expect(normalizePubkey(original)).toEqual(original);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user