diff --git a/test/lay/modules/laydate.js b/test/lay/modules/laydate.js index 759c7261..01036d0c 100644 --- a/test/lay/modules/laydate.js +++ b/test/lay/modules/laydate.js @@ -526,7 +526,8 @@ describe('laydate', function () { laydate.render({ elem: '#test-div', min: '2017-7-7', - max: '2017-7-8' + max: '2017-7-8', + value: '2017-7-8' }); $('#test-div').click();