Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Nov 1, 2024
1 parent 75949c6 commit a5e7dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/test/10_unit-testing/11_plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,7 @@ describe('TokenVoting', function () {
.withArgs(id);
});

it.only('record vote correctly without executing even when tryEarlyExecution options is selected', async () => {
it('record vote correctly without executing even when tryEarlyExecution options is selected', async () => {
const {
alice,
bob,
Expand Down

0 comments on commit a5e7dca

Please sign in to comment.