Skip to content

Commit

Permalink
ci: remove a debugger on
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Apr 5, 2024
1 parent b3d0389 commit e5ee79a
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 @@ -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
Expand Down

0 comments on commit e5ee79a

Please sign in to comment.