mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
no longer ignore millisecond integration test
This commit is contained in:
parent
7fcfbd8bb0
commit
25398def4d
@ -116,9 +116,6 @@ test("timestampz round trip", function() {
|
||||
assert.equal(date.getMinutes(), now.getMinutes());
|
||||
assert.equal(date.getSeconds(), now.getSeconds());
|
||||
test("milliseconds are equal", function() {
|
||||
//TODO this is not equal sometimes
|
||||
//need to fix
|
||||
return false
|
||||
assert.equal(date.getMilliseconds(), now.getMilliseconds());
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user