Skip to content

Commit

Permalink
Correct comment in DBEngine Tests
Browse files Browse the repository at this point in the history
The code in the DBEngine tests were updated but the comment explaining the test
did not get updated. This change corrects the comment to match what the test
is doing.

Change-Id: I56b290c375f15eb2fba70634d1c7d4ab841af1fe
  • Loading branch information
vaage committed Dec 7, 2017
1 parent 41ad98a commit 540e533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/offline/db_engine_unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 540e533

Please sign in to comment.