Skip to content

Commit f1ae98b

Browse files
test: fix coverage
1 parent df65238 commit f1ae98b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/entities/guide-category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* istanbul ignore file */
2+
23
import YouTube from '..'
34

45
/**

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ export class YouTube {
201201
/**
202202
* Get a [[GuideCategory]] object from the ID of a category.
203203
* @param categoryId The ID of the category.
204+
* @deprecated See https://developers.google.com/youtube/v3/docs/guideCategories/list
204205
*/
206+
/* istanbul ignore next */
205207
public getGuideCategory (categoryId: string) {
206208
return GenericService.getItem(this, GuideCategory, false, categoryId) as Promise<GuideCategory>
207209
}

0 commit comments

Comments
 (0)