sdk38: Update gov module test
This commit is contained in:
parent
ebb1526ca6
commit
4ca3487383
@ -259,10 +259,10 @@ describe("GovExtension", () => {
|
||||
expect(response).toEqual({
|
||||
height: jasmine.stringMatching(nonNegativeIntegerMatcher),
|
||||
result: {
|
||||
yes: "0",
|
||||
abstain: "0",
|
||||
no: "0",
|
||||
no_with_veto: "0",
|
||||
yes: jasmine.stringMatching(nonNegativeIntegerMatcher),
|
||||
abstain: jasmine.stringMatching(nonNegativeIntegerMatcher),
|
||||
no: jasmine.stringMatching(nonNegativeIntegerMatcher),
|
||||
no_with_veto: jasmine.stringMatching(nonNegativeIntegerMatcher),
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user