Skip to content

Commit

Permalink
ci: remove clearStore when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Apr 2, 2024
1 parent 34e23b8 commit 68a0a80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/subgraph/tests/plugin/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ describe('Plugin', () => {
'proposal',
proposalEntityId
);

clearStore();
});
});

Expand Down Expand Up @@ -229,8 +227,6 @@ describe('Plugin', () => {
'executionTxHash',
event.transaction.hash.toHexString()
);

clearStore();
});
});

Expand Down

0 comments on commit 68a0a80

Please sign in to comment.