From 578b66f6c1e79661480bca24d785da3d6c1d7911 Mon Sep 17 00:00:00 2001 From: Bruno Wagner and Fabio Pio Date: Fri, 16 Jan 2015 19:33:58 -0200 Subject: Fixed typo on js tests --- web-ui/test/spec/helpers/view_helper.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui') diff --git a/web-ui/test/spec/helpers/view_helper.spec.js b/web-ui/test/spec/helpers/view_helper.spec.js index 51ede430..b975dcd9 100644 --- a/web-ui/test/spec/helpers/view_helper.spec.js +++ b/web-ui/test/spec/helpers/view_helper.spec.js @@ -33,7 +33,7 @@ define(['helpers/view_helper'], function (viewHelper) { var res = viewHelper.getFormattedDate(dtest); - // This expectation is weird for the month - JS Dates have date numbers be zero-indexed, thus the discrepency + // This expectation is weird for the month - JS Dates have date numbers be zero-indexed, thus the discrepancy // Specifically, the 2 in the constructor DOES match the 3 in the expectation below. expect(res).toEqual('2013-03-13'); }); -- cgit v1.2.3