Skip to content

Commit db652e3

Browse files
committed
add gssapi enum
1 parent c3b0741 commit db652e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/types/enum.test-d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
CURSOR_FLAGS,
1111
CursorFlag,
1212
ExplainVerbosity,
13-
// GSSAPICanonicalizationValues,
13+
GSSAPICanonicalizationValue,
1414
LoggerLevel,
1515
ProfilingLevel,
1616
ReadConcernLevel,
@@ -32,7 +32,7 @@ expectType<BatchType>(Object.values(BatchType)[0]);
3232
expectType<BSONType>(Object.values(BSONType)[0]);
3333
expectType<Compressor>(Object.values(Compressor)[0]);
3434
expectType<ExplainVerbosity>(Object.values(ExplainVerbosity)[0]);
35-
// expectType<GSSAPICanonicalizationValues>(Object.values(GSSAPICanonicalizationValues)[0]);
35+
expectType<GSSAPICanonicalizationValue>(Object.values(GSSAPICanonicalizationValue)[0]);
3636
expectType<LoggerLevel>(Object.values(LoggerLevel)[0]);
3737
expectType<ProfilingLevel>(Object.values(ProfilingLevel)[0]);
3838
expectType<ReadConcernLevel>(Object.values(ReadConcernLevel)[0]);

0 commit comments

Comments
 (0)