Skip to content

Commit e054d28

Browse files
remove accidental test skip
1 parent ab28f3d commit e054d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/mongo_logger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ describe('class MongoLogger', function () {
16131613
});
16141614
});
16151615

1616-
describe.skip('stringifyWithMaxLen', function () {
1616+
describe('stringifyWithMaxLen', function () {
16171617
describe('when stringifying a string field', function () {
16181618
it('does not prematurely redact the next key', function () {
16191619
const doc = {

0 commit comments

Comments
 (0)