Skip to content

Commit 36243af

Browse files
committed
tests: fixed bug, because of renamed function
1 parent 207b7db commit 36243af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/client/query-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var helper = require(__dirname + '/test-helper');
22
var q = {};
3-
q.dateParser = require(__dirname + "/../../../lib/types").getStringTypeParser(1114);
3+
q.dateParser = require(__dirname + "/../../../lib/types").getTypeParser(1114, 'text');
44

55
test("testing dateParser", function() {
66
assert.equal(q.dateParser("2010-12-11 09:09:04").toUTCString(),new Date("2010-12-11 09:09:04 GMT").toUTCString());

0 commit comments

Comments
 (0)