Skip to content

Commit d008033

Browse files
nbbeekendariakp
andauthored
Testings -> Testing
Co-authored-by: Daria Pardue <[email protected]>
1 parent 3fd26fe commit d008033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types/list_collections.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ expectType<ListCollectionsCursor<Pick<CollectionInfo, 'name' | 'type'> | Collect
1515
expectNotType<ListCollectionsCursor<Pick<CollectionInfo, 'name' | 'type'>>>(db.listCollections());
1616
expectNotType<ListCollectionsCursor<CollectionInfo>>(db.listCollections());
1717

18-
// Testings each argument variation
18+
// Testing each argument variation
1919
db.listCollections();
2020
db.listCollections({ a: 2 });
2121
db.listCollections({ a: 2 }, { batchSize: 2 });

0 commit comments

Comments
 (0)