Skip to content

Commit 37fc13f

Browse files
remove .only()
1 parent d94357a commit 37fc13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/mongodb-handshake/mongodb-handshake.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ describe('Client Metadata Update Prose Tests', function () {
948948
});
949949

950950
// TODO: add prose test descriptions here to align the test with the spec.
951-
describe.only('Backpressure Metadata', function () {
951+
describe('Backpressure Metadata', function () {
952952
let client: MongoClient;
953953
let spy: sinon.SinonSpy<Parameters<typeof Connection.prototype.command>>;
954954

0 commit comments

Comments
 (0)