diff --git a/test/integration/client/type-coercion-tests.js b/test/integration/client/type-coercion-tests.js index 53a2c9dc..8faf51a3 100644 --- a/test/integration/client/type-coercion-tests.js +++ b/test/integration/client/type-coercion-tests.js @@ -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()); });