File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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]);
3232expectType < BSONType > ( Object . values ( BSONType ) [ 0 ] ) ;
3333expectType < Compressor > ( Object . values ( Compressor ) [ 0 ] ) ;
3434expectType < ExplainVerbosity > ( Object . values ( ExplainVerbosity ) [ 0 ] ) ;
35- // expectType<GSSAPICanonicalizationValues >(Object.values(GSSAPICanonicalizationValues )[0]);
35+ expectType < GSSAPICanonicalizationValue > ( Object . values ( GSSAPICanonicalizationValue ) [ 0 ] ) ;
3636expectType < LoggerLevel > ( Object . values ( LoggerLevel ) [ 0 ] ) ;
3737expectType < ProfilingLevel > ( Object . values ( ProfilingLevel ) [ 0 ] ) ;
3838expectType < ReadConcernLevel > ( Object . values ( ReadConcernLevel ) [ 0 ] ) ;
You can’t perform that action at this time.
0 commit comments