diff options
author | Bruno Wagner and Fabio Pio <bwagner+fpio@thoughtworks.com> | 2015-01-16 19:33:58 -0200 |
---|---|---|
committer | Pixpoa pairing <pixpoapairing@pixelated-project.org> | 2015-01-16 19:33:58 -0200 |
commit | 578b66f6c1e79661480bca24d785da3d6c1d7911 (patch) | |
tree | 2466827c72a694c8449c70d1b993c5c1ddee80dc /web-ui/test/spec | |
parent | 9b878c19d87c1c77e32f87bc1dde5c96102aee61 (diff) |
Fixed typo on js tests
Diffstat (limited to 'web-ui/test/spec')
-rw-r--r-- | web-ui/test/spec/helpers/view_helper.spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'); }); |