Use faucet.pubkey0 for testing signer

This commit is contained in:
Simon Warta 2020-12-21 14:55:42 +01:00
parent f6ac2f975e
commit cb752e89d8

View File

@ -213,10 +213,7 @@ describe("SigningCosmosClient", () => {
expect(signed.memo).toEqual(memo);
expect(signed.signatures).toEqual([
{
pub_key: {
type: "tendermint/PubKeySecp256k1",
value: jasmine.stringMatching(base64Matcher),
},
pub_key: faucet.pubkey0,
signature: jasmine.stringMatching(base64Matcher),
},
]);