Skip to content

Commit

Permalink
Testings -> Testing
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Pardue <81593090+dariakp@users.noreply.github.com>
  • Loading branch information
nbbeeken and dariakp committed Jul 8, 2021
1 parent 3fd26fe commit d008033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/list_collections.test-d.ts
Expand Up @@ -15,7 +15,7 @@ expectType<ListCollectionsCursor<Pick<CollectionInfo, 'name' | 'type'> | Collect
expectNotType<ListCollectionsCursor<Pick<CollectionInfo, 'name' | 'type'>>>(db.listCollections());
expectNotType<ListCollectionsCursor<CollectionInfo>>(db.listCollections());

// Testings each argument variation
// Testing each argument variation
db.listCollections();
db.listCollections({ a: 2 });
db.listCollections({ a: 2 }, { batchSize: 2 });
Expand Down

0 comments on commit d008033

Please sign in to comment.