Skip to content

Commit

Permalink
add gssapi enum
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Feb 18, 2022
1 parent c3b0741 commit db652e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/types/enum.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
CURSOR_FLAGS,
CursorFlag,
ExplainVerbosity,
// GSSAPICanonicalizationValues,
GSSAPICanonicalizationValue,
LoggerLevel,
ProfilingLevel,
ReadConcernLevel,
Expand All @@ -32,7 +32,7 @@ expectType<BatchType>(Object.values(BatchType)[0]);
expectType<BSONType>(Object.values(BSONType)[0]);
expectType<Compressor>(Object.values(Compressor)[0]);
expectType<ExplainVerbosity>(Object.values(ExplainVerbosity)[0]);
// expectType<GSSAPICanonicalizationValues>(Object.values(GSSAPICanonicalizationValues)[0]);
expectType<GSSAPICanonicalizationValue>(Object.values(GSSAPICanonicalizationValue)[0]);
expectType<LoggerLevel>(Object.values(LoggerLevel)[0]);
expectType<ProfilingLevel>(Object.values(ProfilingLevel)[0]);
expectType<ReadConcernLevel>(Object.values(ReadConcernLevel)[0]);
Expand Down

0 comments on commit db652e3

Please sign in to comment.