fix: voting power undefined test

This commit is contained in:
blorgon1 2022-06-15 11:57:20 -04:00
parent 296e2178de
commit 145f2c65de
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ describe("Adaptor Responses", () => {
algorithm: "ed25519",
data: fromBase64("HjSC7VkhKih6xMhudlqfaFE8ZZnP8RKJPv4iqR7RhcE="),
},
votingPower: undefined,
});
});
});

View File

@ -67,6 +67,7 @@ describe("Adaptor Responses", () => {
algorithm: "ed25519",
data: fromBase64("HjSC7VkhKih6xMhudlqfaFE8ZZnP8RKJPv4iqR7RhcE="),
},
votingPower: undefined,
});
});
});