Skip to content

Commit

Permalink
Update src/test/videopress/local-helpers/utils.js
Browse files Browse the repository at this point in the history
Fixes the JSDoc type of `isVideoPrivate` and `isSitePrivate` params.

Co-authored-by: David Calhoun <[email protected]>
  • Loading branch information
fluiddot and dcalhoun authored Jun 29, 2023
1 parent c388815 commit 124cb96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/videopress/local-helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export const expectShowMediaOptions = ( screen, { title, options } ) => {
* based on video and site privacy.
*
* @param {Object} options
* @param {string} [options.isVideoPrivate] True if the video is private. If not defined, it will use site's privacy.
* @param {string} [options.isSitePrivate] True if the site is private.
* @param {boolean} [options.isVideoPrivate] True if the video is private. If not defined, it will use site's privacy.
* @param {boolean} [options.isSitePrivate] True if the site is private.
*/
const generatePrivacySettings = ( {
isVideoPrivate,
Expand Down

0 comments on commit 124cb96

Please sign in to comment.