diff --git a/tests/automated/event-obj.js b/tests/automated/event-obj.js index 021c5caa22..7920bc5465 100644 --- a/tests/automated/event-obj.js +++ b/tests/automated/event-obj.js @@ -85,7 +85,7 @@ describe('event object creation', function() { expect(event.end).toBe(null); }); - iit('allows ASP dates for start', function() { + it('allows ASP dates for start', function() { init({ start: '\/Date(1239018869048)\/', end: '\/Date(1239105269048)\/'