Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
979e82a adjusted the timestamps in the test fixture data. This patch
accounts for that change.
  • Loading branch information
amotl committed Jul 19, 2022
1 parent 0777e39 commit 2c7e75f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/crate/client/doctests/client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ supported, all other fields are 'None'::
>>> result = cursor.fetchone()
>>> pprint(result)
['Aldebaran',
datetime.datetime(2013, 7, 15, 18, 0),
datetime.datetime(2013, 7, 15, 18, 0),
datetime.datetime(2013, 7, 15, 18, 0),
datetime.datetime(2022, 7, 18, 20, 10, 36, 758000),
datetime.datetime(2022, 7, 18, 20, 10, 36, 758000),
datetime.datetime(2022, 7, 18, 20, 10, 36, 758000),
None,
None,
'Star System',
Expand Down

0 comments on commit 2c7e75f

Please sign in to comment.