Fix typo.

This commit is contained in:
John-David Dalton
2013-11-04 09:09:01 -08:00
parent 319a30cf3a
commit e1acb7df13
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
test.finish = function() {
var index = -1,
asserts = this.assertions,
length = assertions.length;
length = asserts.length;
while (++index < length) {
var assert = asserts[index],

View File

@@ -119,7 +119,7 @@
test.finish = function() {
var index = -1,
asserts = this.assertions,
length = assertions.length;
length = asserts.length;
while (++index < length) {
var assert = asserts[index],