From 53b6a3722636555a7a69287d7b10238898f38cd8 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Wed, 26 Nov 2014 00:07:35 -0500 Subject: [PATCH] iit --- tests/automated/event-obj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)\/'