Skip to content

Commit fcfc98b

Browse files
removed stray only
1 parent 3bee17a commit fcfc98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/command-logging-and-monitoring/command_logging_and_monitoring.prose.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { expect } from 'chai';
22

33
import { DEFAULT_MAX_DOCUMENT_LENGTH, type Document } from '../../mongodb';
44

5-
describe.only('Command Logging and Monitoring Prose Tests', function () {
5+
describe('Command Logging and Monitoring Prose Tests', function () {
66
const loggerFeatureFlag = Symbol.for('@@mdb.enableMongoLogger');
77
const ELLIPSES_LENGTH = 3;
88
context('When no custom truncation limit is provided', function () {

0 commit comments

Comments
 (0)