minor update

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/84d7bb21
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/84d7bb21
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/84d7bb21

Branch: refs/heads/ignite-7777
Commit: 84d7bb21e559ab8e9f1181eca8beb59d1e2f9fcc
Parents: 9b2b81c
Author: ekaterina-nbl <[email protected]>
Authored: Fri May 18 18:14:35 2018 +0300
Committer: ekaterina-nbl <[email protected]>
Committed: Fri May 18 18:14:35 2018 +0300

----------------------------------------------------------------------
 modules/platforms/nodejs/spec/TestingHelper.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/84d7bb21/modules/platforms/nodejs/spec/TestingHelper.js
----------------------------------------------------------------------
diff --git a/modules/platforms/nodejs/spec/TestingHelper.js 
b/modules/platforms/nodejs/spec/TestingHelper.js
index 8c057f3..71b6f52 100644
--- a/modules/platforms/nodejs/spec/TestingHelper.js
+++ b/modules/platforms/nodejs/spec/TestingHelper.js
@@ -142,7 +142,7 @@ const primitiveValues = {
         modificator : timestampValueModificator
     },
     [ObjectType.PRIMITIVE_TYPE.TIME] : {
-        values : [new Date(), new Date('1995-12-17T03:24:00'), new Date(0)],
+        values : [new Date(), new Date('1995-12-17T03:24:00'), new Date(123)],
         isMapKey : false,
         modificator : dateValueModificator
     }

Reply via email to