neo4j / neo4j-javascript-driver

Neo4j Bolt driver for JavaScript
https://neo4j.com/docs/javascript-manual/current/
Apache License 2.0
839 stars 148 forks source link

Remove broken TZ from Javascript Driver unit tests #1111

Closed bigmontz closed 12 months ago

bigmontz commented 12 months ago

The removed timezone doesn’t work properly in a test scenario since the algorithm used for asserting is not able to do the correct math.

The driver code itself is working properly. This is just the matter of fixing the test to avoid flakyness.