Skip to content

Commit

Permalink
Update xdcValidator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Aug 12, 2024
1 parent b2d142b commit d064384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/validator/src/test/xdcValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ describe("XDCValidator", () => {
expect(candidatesBefore).to.deep.eq(before);
expect(candidates).to.deep.eq(deploy["candidates"]);
expect(voters).to.include(master);
expect(ownerToCandidates).to.not.include(candidate);
expect(validatorsState["owner"]).to.eq(master);
expect(validatorsState["isCandidate"]).to.eq(false);
expect(validatorsState["cap"]).to.eq(0);
Expand Down

0 comments on commit d064384

Please sign in to comment.