diff --git a/test/offline/db_engine_unit.js b/test/offline/db_engine_unit.js index 169a39848d..d74e6e1f2e 100644 --- a/test/offline/db_engine_unit.js +++ b/test/offline/db_engine_unit.js @@ -216,9 +216,9 @@ describe('DBEngine', /** @suppress {accessControls} */ function() { /** @type {number} */ var id = db.reserveManifestId(); - // Create a manifest with two streams. One video and one audio. When db + // Create a manifest with four streams. Two video and two audio. When db // engine recreates the variant ids, it should pair them together into - // a variant. + // four variants. /** @type {shakaExtern.ManifestDB} */ var originalManifest = createManifest(id);