diff --git a/packages/subgraph/tests/plugin/plugin.test.ts b/packages/subgraph/tests/plugin/plugin.test.ts index 9398496b..8bf0c9c7 100644 --- a/packages/subgraph/tests/plugin/plugin.test.ts +++ b/packages/subgraph/tests/plugin/plugin.test.ts @@ -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);