diff --git a/web3.js/test/connection.test.ts b/web3.js/test/connection.test.ts index a9d18af911..c7520aa9ac 100644 --- a/web3.js/test/connection.test.ts +++ b/web3.js/test/connection.test.ts @@ -3155,7 +3155,7 @@ describe('Connection', function () { }); [undefined, 'confirmed' as Commitment].forEach(function (commitment) { - describe.only( + describe( "when the connection's default commitment is `" + commitment + '`', () => { let connectionWithCommitment: Connection;