Skip to content

Commit

Permalink
removed stray only
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Dec 21, 2023
1 parent b60f216 commit f61c6c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai';

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

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

0 comments on commit f61c6c3

Please sign in to comment.