Skip to content

Commit f50c453

Browse files
remove .only()
1 parent cff00d0 commit f50c453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/client_encryption.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const metadata: MongoDBMetadataUI = {
2424
clientSideEncryption: true
2525
}
2626
};
27-
describe.only('ClientEncryption integration tests', function () {
27+
describe('ClientEncryption integration tests', function () {
2828
let client: MongoClient;
2929

3030
beforeEach(async function () {

0 commit comments

Comments
 (0)