Use faucet.pubkey0 for testing signer
This commit is contained in:
parent
f6ac2f975e
commit
cb752e89d8
@ -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),
|
||||
},
|
||||
]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user