Skip to content

Commit

Permalink
Alter code plugin unit test such that number of frames run in onFrame…
Browse files Browse the repository at this point in the history
… is not part of the test.
  • Loading branch information
David Humphrey committed Aug 23, 2011
1 parent 47ce320 commit 53d6384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/code/popcorn.code.unit.js
Expand Up @@ -63,7 +63,7 @@ test('Popcorn Code Plugin', function () {
codeDiv.innerHTML += '] Test 3 - onEnd';
ok(true, 'Test 3 onEnd was run.');
plus();
ok(frames > 100, 'Test 3 onFrames was run.');
ok(frames > 1, 'Test 3 onFrames was run.');
plus();
popped.pause();
}
Expand Down

0 comments on commit 53d6384

Please sign in to comment.