Skip to content

Commit

Permalink
fix: removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen-T committed Nov 28, 2023
1 parent 6951d28 commit c5776f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity/balances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('Balance Tests', () => {
}
});

it.only('Check cluster balance after removing operator, progress blocks and confirm', async () => {
it('Check cluster balance after removing operator, progress blocks and confirm', async () => {
const operatorIds = cluster1.args.operatorIds;
const cluster = cluster1.args.cluster;
const owner = cluster1.args.owner;
Expand Down

0 comments on commit c5776f7

Please sign in to comment.