Skip to content

Commit

Permalink
Update packages/subgraph/tests/plugin/plugin.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Giorgi Lagidze <[email protected]>
  • Loading branch information
clauBv23 and novaknole authored Apr 8, 2024
1 parent 116edea commit e39b37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/tests/plugin/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ test('Run TokenVoting (handleVoteCast) mappings with mock event', () => {
assert.entityCount('TokenVotingProposal', 1);
proposal.assertEntity();

// --------- Check when voter replace vote (from yes to no) ---------
// --------- Check when voter replaces vote (from yes to no) ---------
// create calls 2
proposal.yes = BigInt.fromString(ZERO);
proposal.no = BigInt.fromString(ONE);
Expand Down

0 comments on commit e39b37b

Please sign in to comment.