Skip to content

Commit

Permalink
Incorrect day of the week in test data comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTalash committed Nov 10, 2015
1 parent 5d452b7 commit 10f3064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/datePickerUtilsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('Test date Picker Utils', function(){

it('get visible weeks provided date', function(){
var start = dateBuilder('2014-05-25T00:00:00+00:00'); // sunday
var end = dateBuilder('2014-07-05T00:00:00+00:00'); // sunday
var end = dateBuilder('2014-07-05T00:00:00+00:00'); // saturday
var chosen = dateBuilder('2014-06-29T19:00:00+00:00'); // sunday
var weeks = utils.getVisibleWeeks(chosen, constants.step);

Expand Down

0 comments on commit 10f3064

Please sign in to comment.