syntax for a for loop is different than forEach

This commit is contained in:
Gregg Van Hove
2016-09-28 11:52:18 -07:00
parent 0d1a9a72d9
commit ff85714b24

View File

@@ -73,7 +73,7 @@ describe('Spies', function () {
var spy = jasmineUnderTest.createSpy(functions[arity].name, someFunction);
expect(spy.length).toEqual(arity);
});
}
});
});