diff --git a/packages/subgraph/tests/plugin/plugin.test.ts b/packages/subgraph/tests/plugin/plugin.test.ts index 49c55e7a..3805aa04 100644 --- a/packages/subgraph/tests/plugin/plugin.test.ts +++ b/packages/subgraph/tests/plugin/plugin.test.ts @@ -142,7 +142,7 @@ test('Run TokenVoting (handleVoteCast) mappings with mock event', () => { // check the voter entity assert.entityCount('TokenVotingVoter', 1); voter.lastUpdated = event.block.timestamp; - voter.assertEntity(true); + voter.assertEntity(); // check proposal // expected changes to the proposal entity