Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
update requiree of temporal types in test helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Jun 24, 2021
1 parent 9fea4f1 commit a5bc607
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-helpers/test-fixtures.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const { DateTime } = require('neo4j-driver/lib/temporal-types');
const {
types: { DateTime },
} = require('neo4j-driver');

const { driver } = require('./db-connection');

Expand Down

0 comments on commit a5bc607

Please sign in to comment.